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

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

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