Minesweeper - a simple game, where you need to open all field, didn't clicked on bomb. This project is a console realisation of this game.
Download this repository and put in some directory. Then run this command in Terminal:
mkdir build
cd build
cmake ..
make
Cmake and some C++ compiler (g++ or clang) required! ##Start game You can start game, run in build directory this command:
./minesweeper