Implementation of Minesweeper game using SFML.
- C++17 compiler.
- CMake
- SFML 2.6.1 requirements.
- Clone the repository to your local machine.
git clone https://github.com/alejandrofsevilla/minesweeper.git cd minesweeper
- Build.
cmake -S . -B build cmake --build build
- Portable installation.
cmake --install build