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

DricomDragon b45508ccba :truck: Gather source files in dedicated folder преди 3 години
Images 5579298150 Import game graphics преди 4 години
src b45508ccba :truck: Gather source files in dedicated folder преди 3 години
.gitignore 1d02d522ef Make project compilable преди 4 години
LICENSE 97ca8df18a Initial commit преди 4 години
README.md 4496f61af6 Add build instructions преди 4 години
makefile 1d02d522ef Make project compilable преди 4 години

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