https://github.com/seanpianka/game-menu
C++ and SFML to create a game about shapes with a settings menu.
https://github.com/seanpianka/game-menu
cpp cpp11 game-development sfml
Last synced: 5 days ago
JSON representation
C++ and SFML to create a game about shapes with a settings menu.
- Host: GitHub
- URL: https://github.com/seanpianka/game-menu
- Owner: seanpianka
- License: mit
- Created: 2017-04-04T07:00:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T23:16:29.000Z (about 9 years ago)
- Last Synced: 2025-12-15T15:00:06.325Z (7 months ago)
- Topics: cpp, cpp11, game-development, sfml
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game-Menu
A project to use C++11 and SFML for the purposes of learning SFML and the basics of graphics programming.
1. Download the most recent SFML source [here](https://www.sfml-dev.org/download.php).
2. Move the downloaded folder to `/lib/SFML` (within the repository) and compile it there using `cmake . && make`.
3. Run `make` in the repository's root directory.
4. Execute the `bin/minia` file to run the game.