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

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

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