A colorful platform 2D shooter with physics !

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

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.