From 3ecc2095b0187f4c75d13d94a761f7b13a0821ca Mon Sep 17 00:00:00 2001 From: Vyacheslav Titov Date: Wed, 27 Jun 2018 00:15:24 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5deef32..9b9f803 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ # Minesweeper for Switch Basic implimentation of Minesweeper in C++ and SDL2 for Nintendo Switch. +Feel free to report bugs and contribute! + ## Controls * Plus for exit * Touchscreen 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 - *
Change game difficulty - * [![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/easyButton.bmp)] 0.1% of cells contains mine - * [![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/mediumButton.bmp)] 0.2% of cells contains mine - * [![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/hardButton.bmp)] 0.3% of cells contains mine + - ![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 + - Change game difficulty + * ![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/easyButton.bmp) 0.1% of cells contains mine + * ![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/mediumButton.bmp) 0.2% of cells contains mine + * ![Reset field](https://raw.githubusercontent.com/rincew1nd/Minesweeper-Switch/master/romfs/hardButton.bmp) 0.3% of cells contains mine ## To-Do: * Option screen with basic parametrization * Touchscreen gestures for zooming and moving field -* Timer and scoreboard \ No newline at end of file +* Timer and scoreboard From 2fb7a198e1a8bd06aeaf090f500878640149e722 Mon Sep 17 00:00:00 2001 From: Vyacheslav Titov Date: Wed, 27 Jun 2018 00:22:28 +0300 Subject: [PATCH 2/2] Update README.md Typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b9f803..8d5e46b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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