Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 814 Bytes

wxMinesweeper

This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI

CMake

Rule of the game

Flag all the mine fields

Build

Ensute you have cmake.
If you don't have visit https://cmake.org/

git clone https://github.com/henrykorir/wxMinesweeper.git
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 Progress End Game