Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.12 KB

Minesweeper for Switch

Basic implementation of Minesweeper in C++ and SDL2 for Nintendo Switch.

Feel free to report bugs and contribute!

Controls

  • Plus for exit
  • Touch screen for anything else
    • Flag on Flag cell
    • Flag off Unflag cell
    • Restart game Restart game
    • Change game difficulty
      • Reset field 0.1% of cells contains mine
      • Reset field 0.2% of cells contains mine
      • Reset field 0.3% of cells contains mine
  • Pinch to resize board
  • Drag to move board

To-Do:

  • Timer and scoreboard
  • Custom skins (HYPE!)