Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
rincew1nd authored Jun 26, 2018
1 parent 3ecc209 commit 2fb7a19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Minesweeper for Switch
Basic implimentation of Minesweeper in C++ and SDL2 for Nintendo Switch.
Basic implementation of Minesweeper in C++ and SDL2 for Nintendo Switch.

Feel free to report bugs and contribute!

## Controls
* Plus for exit
* Touchscreen for anything else
* Touch screen for anything else
- ![Flag on](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/flagOnButton.bmp) Flag cell
- ![Flag off](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/flagOffButton.bmp) Unflag cell
- ![Restart game](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/restartButton.bmp) Restart game
Expand All @@ -17,5 +17,5 @@ Feel free to report bugs and contribute!
## To-Do:

* Option screen with basic parametrization
* Touchscreen gestures for zooming and moving field
* Touch screen gestures for zooming and moving field
* Timer and scoreboard

0 comments on commit 2fb7a19

Please sign in to comment.