This is a game that uses a very simple physics engine that I made.
- SFML 2.5 - install using following command:
sudo apt-get install libsfml-devThe project can be built as follows:
mkdir build
cd build
cmake ..
makeInside the build directory the game can be run with:
cd game
./gameThis code is licensed under the terms of the MIT license.