An open API service indexing awesome lists of open source software.

https://github.com/rasoolzero/sfml_minesweeper

Minesweeper using C++ and SFML, multiple/custom difficulty, leaderboard and some other features
https://github.com/rasoolzero/sfml_minesweeper

cpp game game-2d game-development minesweeper minesweeper-cpp minesweeper-style-game sfml

Last synced: 11 months ago
JSON representation

Minesweeper using C++ and SFML, multiple/custom difficulty, leaderboard and some other features

Awesome Lists containing this project

README

          

SFML based Minesweeper

### To prepare a project for SFML, first you need to download and install it:
https://www.sfml-dev.org/download/sfml/2.5.1/
### Then you should configure the project:
- linux:
https://www.sfml-dev.org/tutorials/2.5/start-linux.php
- macOS:
https://www.sfml-dev.org/tutorials/2.5/start-osx.php
- visual studio:
https://www.sfml-dev.org/tutorials/2.5/start-vc.php
- code::blocks:
https://www.sfml-dev.org/tutorials/2.5/start-cb.php
- compiling with CMake:
https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php

#### OpenAL is needed to run this project:
https://openal.org/downloads/