Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir authored Jul 21, 2024
1 parent 15e2334 commit 54d2ae0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 </br>
cmake . </br>
cmake --build . </br>

<h1>To Be Done</h1>
[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)
![End Game](./screenshots/end.png)

0 comments on commit 54d2ae0

Please sign in to comment.