From 54d2ae0f06024567e4c6d34ff2584cccea94107c Mon Sep 17 00:00:00 2001 From: Henry Korir Date: Sun, 21 Jul 2024 18:25:01 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54968ef..2f26b80 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,19 @@ This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI ## Rule of the game -Uncover uncover the mine fields +Flag the all the mine fields ## Build Ensute you have cmake. If you don't have visit https://cmake.org/ Clone the repo -cd ./wxMinesweeper -cmake . -cmake --build . +cd ./wxMinesweeper
+cmake .
+cmake --build .
+

To Be Done

+[x] Left Mouse click to flag a mine field +[x] End game when all fields are flaged +[x] Restart game ## Demo ![Beginning](./screenshots/start.png) ![Progress](./screenshots/progress.png) -![End Game](./screenshots/end.png) \ No newline at end of file +![End Game](./screenshots/end.png)