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-dev
The project can be built as follows:
mkdir build
cd build
cmake ..
make
Inside the build directory the game can be run with:
cd game
./game
This code is licensed under the terms of the MIT license.