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

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.

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.