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