A colorful platform 2D shooter with physics !

DricomDragon cdbbf57d77 Add build instructions with Box2D hace 3 años
Control e605710b2b Make project compilable with GNU/Make hace 4 años
Graphics e605710b2b Make project compilable with GNU/Make hace 4 años
Physics e605710b2b Make project compilable with GNU/Make hace 4 años
Pictures cd527d9551 Import old project hace 4 años
.gitignore e605710b2b Make project compilable with GNU/Make hace 4 años
Descriptif.txt cd527d9551 Import old project hace 4 años
GameCore.cpp cd527d9551 Import old project hace 4 años
GameCore.h cd527d9551 Import old project hace 4 años
LICENSE 560fb0085f Initial commit hace 4 años
README.md cdbbf57d77 Add build instructions with Box2D hace 3 años
main.cpp cd527d9551 Import old project hace 4 años
makefile e605710b2b Make project compilable with GNU/Make hace 4 años

README.md

TinyShooter

A colorful platform 2D shooter with physics !

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