A Box2D sandbox where you try to escape bullets shot by several artillery.
DricomDragon 3c0e291515 License project under GNU GPLv3 | преди 3 години | |
---|---|---|
.gitignore | преди 4 години | |
LICENSE.txt | преди 3 години | |
Missiles.cpp | преди 4 години | |
Missiles.h | преди 4 години | |
README.md | преди 3 години | |
icon.png | преди 3 години | |
main.cpp | преди 4 години | |
makefile | преди 4 години |
A Box2D sandbox where you try to escape bullets shot by several artillery.
You need make
, SDL1
and Box2D to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev libsdl-gfx1.2-dev libbox2d-dev
$ make
Warning about Box2D : you need at least version 2.4.1 in order to compile this project. If your package manager is out of date, please build Box2D and install it from source.
To execute :
$ make exec
GNU GPLv3, see LICENSE.txt
.