π Classic Minesweeper game created in C++ π π Version 1.0, final π
- All classic minesweeper functionality
- Testing boards
- Debug mode
- Install SFML Library verion 2.5.1 and save to directory in "C:\Libraries" (Or any directory, requires updating cmaketext)
- Create PATH variable "C:\Libraries\SFML-2.5.1\bin" and system variable "C:\Libraries\SFML-2.5.1"
- Build using CMake
- Kevin Wagner