A colorful platform 2D shooter with physics !

DricomDragon 8d5a590d4e Mention GPLv3 in README 3 år sedan
Control e605710b2b Make project compilable with GNU/Make 4 år sedan
Graphics e605710b2b Make project compilable with GNU/Make 4 år sedan
Physics e605710b2b Make project compilable with GNU/Make 4 år sedan
Pictures cd527d9551 Import old project 4 år sedan
.gitignore e605710b2b Make project compilable with GNU/Make 4 år sedan
Descriptif.txt cd527d9551 Import old project 4 år sedan
GameCore.cpp cd527d9551 Import old project 4 år sedan
GameCore.h cd527d9551 Import old project 4 år sedan
LICENSE.txt 8d5a590d4e Mention GPLv3 in README 3 år sedan
README.md 8d5a590d4e Mention GPLv3 in README 3 år sedan
main.cpp cd527d9551 Import old project 4 år sedan
makefile e605710b2b Make project compilable with GNU/Make 4 år sedan

README.md

TinyShooter

A colorful platform 2D shooter with physics !

TinyShooter ally character

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.