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

DricomDragon b45508ccba :truck: Gather source files in dedicated folder hace 3 años
Images 5579298150 Import game graphics hace 4 años
src b45508ccba :truck: Gather source files in dedicated folder hace 3 años
.gitignore 1d02d522ef Make project compilable hace 4 años
LICENSE 97ca8df18a Initial commit hace 4 años
README.md 4496f61af6 Add build instructions hace 4 años
makefile 1d02d522ef Make project compilable hace 4 años

README.md

Fire

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

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