This project is a CLI copy of the Microsoft Minesweeper game. It was created as a high school project that demonstrates the application of the Lee Algorithm.
For building the project you need the following prerequisites:
- gcc/clang compiler that supports C++ 11
- cmake with the version greater than 3.15
- make unix utility
To build, run and clean the project use the scripts located inside the scripts directory.
Build:
scripts/build.sh
Run:
scripts/run.sh
Clean:
scripts/cleanup.sh