A not finished project with space crafts shooting at will with physics simulation.
|
|
3 years ago | |
|---|---|---|
| Control | 4 years ago | |
| Graphics | 4 years ago | |
| Physics | 4 years ago | |
| Pictures | 4 years ago | |
| .gitignore | 4 years ago | |
| Descriptif.txt | 4 years ago | |
| GameCore.cpp | 4 years ago | |
| GameCore.h | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 3 years ago | |
| main.cpp | 4 years ago | |
| makefile | 4 years ago |
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