This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI
Flag all the mine fields
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 .
[x] Left Mouse click to flag a mine field
[x] End game when all fields are flaged
[x] Restart game