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

DricomDragon 782ffa482b :copyright: Mention GPLv3 in README пре 3 година
Images 1595bed43e :art: Add logo пре 3 година
src b45508ccba :truck: Gather source files in dedicated folder пре 3 година
.gitignore 1d02d522ef Make project compilable пре 4 година
LICENSE.txt 782ffa482b :copyright: Mention GPLv3 in README пре 3 година
README.md 782ffa482b :copyright: Mention GPLv3 in README пре 3 година
makefile 1d02d522ef Make project compilable пре 4 година

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.