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
- Host: GitHub
- URL: https://github.com/rasoolzero/sfml_minesweeper
- Owner: rasoolZero
- Created: 2020-08-04T12:54:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T11:01:27.000Z (over 5 years ago)
- Last Synced: 2024-01-15T22:02:33.183Z (about 2 years ago)
- Topics: cpp, game, game-2d, game-development, minesweeper, minesweeper-cpp, minesweeper-style-game, sfml
- Language: C++
- Homepage:
- Size: 22.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/