Skip to content

rincew1nd/Minesweeper-Switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!)