A not finished project with space crafts shooting at will with physics simulation.
DricomDragon 72775ba5b1 Mention GPLv3 in README | il y a 3 ans | |
---|---|---|
Control | il y a 4 ans | |
Graphics | il y a 4 ans | |
Physics | il y a 4 ans | |
Pictures | il y a 4 ans | |
.gitignore | il y a 4 ans | |
Descriptif.txt | il y a 4 ans | |
GameCore.cpp | il y a 4 ans | |
GameCore.h | il y a 4 ans | |
LICENSE.txt | il y a 3 ans | |
README.md | il y a 3 ans | |
main.cpp | il y a 4 ans | |
makefile | il y a 4 ans |
A not finished project with space crafts shooting at will with physics simulation.
You need make
, SDL1
and Box2D to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-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
.