Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 408 Bytes

Minesweeper

A simple minesweeper made with SFML

Run

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.