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

DricomDragon 72775ba5b1 Mention GPLv3 in README %!s(int64=3) %!d(string=hai) anos
Control 1560ee8745 Make project compilable with GNU %!s(int64=4) %!d(string=hai) anos
Graphics 1560ee8745 Make project compilable with GNU %!s(int64=4) %!d(string=hai) anos
Physics 1560ee8745 Make project compilable with GNU %!s(int64=4) %!d(string=hai) anos
Pictures 5e2252ef4b Copy graphics resources %!s(int64=4) %!d(string=hai) anos
.gitignore 1560ee8745 Make project compilable with GNU %!s(int64=4) %!d(string=hai) anos
Descriptif.txt f54b862453 Import source code from old project %!s(int64=4) %!d(string=hai) anos
GameCore.cpp f54b862453 Import source code from old project %!s(int64=4) %!d(string=hai) anos
GameCore.h f54b862453 Import source code from old project %!s(int64=4) %!d(string=hai) anos
LICENSE.txt 72775ba5b1 Mention GPLv3 in README %!s(int64=3) %!d(string=hai) anos
README.md 72775ba5b1 Mention GPLv3 in README %!s(int64=3) %!d(string=hai) anos
main.cpp f54b862453 Import source code from old project %!s(int64=4) %!d(string=hai) anos
makefile 1560ee8745 Make project compilable with GNU %!s(int64=4) %!d(string=hai) anos

README.md

SpacyShooter

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

SpacyShooter foe spaceship

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

License

GNU GPLv3, see LICENSE.txt.