A simple minesweeper made with SFML
The project is built with cmake.
Dependencies:
- sfml
To tun the application, make sure to have SFML installed in /vendor/SFML (/vendor/SFML/include for includes and /vendor/SFML/lib for libraries). If it's required, change CMakeLists.txt to make SFML work under different platforms.