A not finished project with space crafts shooting at will with physics simulation.

DricomDragon bdb053887e Add build instructions with Box2D há 3 anos atrás
Control 1560ee8745 Make project compilable with GNU há 4 anos atrás
Graphics 1560ee8745 Make project compilable with GNU há 4 anos atrás
Physics 1560ee8745 Make project compilable with GNU há 4 anos atrás
Pictures 5e2252ef4b Copy graphics resources há 4 anos atrás
.gitignore 1560ee8745 Make project compilable with GNU há 4 anos atrás
Descriptif.txt f54b862453 Import source code from old project há 4 anos atrás
GameCore.cpp f54b862453 Import source code from old project há 4 anos atrás
GameCore.h f54b862453 Import source code from old project há 4 anos atrás
LICENSE 0727372130 Initial commit há 4 anos atrás
README.md bdb053887e Add build instructions with Box2D há 3 anos atrás
main.cpp f54b862453 Import source code from old project há 4 anos atrás
makefile 1560ee8745 Make project compilable with GNU há 4 anos atrás

README.md

SpacyShooter

A not finished project with space crafts shooting at will with physics simulation.

Build

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