From e047af299f904cdecae83b70071e855facf86991 Mon Sep 17 00:00:00 2001 From: Henry Korir Date: Sun, 21 Jul 2024 18:26:21 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f26b80..f0d5319 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,17 @@ This is a proof-of-concept (poc) that is achieving the use of C++ library wxWid ## Rule of the game Flag the all the mine fields ## Build -Ensute you have cmake. If you don't have visit https://cmake.org/ +Ensute you have cmake.
If you don't have visit https://cmake.org/
Clone the repo 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 +## 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)