My first SDL project where you have to shoot down incoming copters !

DricomDragon 782ffa482b :copyright: Mention GPLv3 in README il y a 3 ans
Images 1595bed43e :art: Add logo il y a 3 ans
src b45508ccba :truck: Gather source files in dedicated folder il y a 3 ans
.gitignore 1d02d522ef Make project compilable il y a 4 ans
LICENSE.txt 782ffa482b :copyright: Mention GPLv3 in README il y a 3 ans
README.md 782ffa482b :copyright: Mention GPLv3 in README il y a 3 ans
makefile 1d02d522ef Make project compilable il y a 4 ans

README.md

Fire

My first SDL project where you have to shoot down incoming copters !

Fire project logo

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev
$ make

To execute :

$ make exec

License

GNU GPLv3, see LICENSE.txt.