In this game you control a space ship, and the main goal is reaching the purple portal. Be cautious! The amount of fuel is limited!
If you use Windows and don't want to build this game from sources, there is a binary 'spacegame.exe' in bin/ directory (built with static linking). Just clone this repository and run it.
If you want to build it by yourself, follow the steps below.
git clone https://github.com/codepictor/spacegame.git
cd spacegame/
cmake-gui
<configure the project using CMake by specifying a path to SFML 2.5.1 and appropriate options>
<generate necessary files for building>
<exit cmake-gui>
cd bin/
make -j4
./spacegame