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

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

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.