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

DricomDragon 4496f61af6 Add build instructions há 4 anos atrás
Images 5579298150 Import game graphics há 4 anos atrás
.gitignore 1d02d522ef Make project compilable há 4 anos atrás
Bouton.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Bouton.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
ChampDeBataille.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
ChampDeBataille.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
Cliquable.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Cliquable.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
Ennemy.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Ennemy.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
Helico.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Helico.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
Icones.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Icones.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
Joueur.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
Joueur.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
LICENSE 97ca8df18a Initial commit há 4 anos atrás
README.md 4496f61af6 Add build instructions há 4 anos atrás
eventLoop.cpp b48fa34e5c Fix framerate há 4 anos atrás
eventLoop.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
main.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
makefile 1d02d522ef Make project compilable há 4 anos atrás
menuFire.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
menuFire.h 3a8cd2c4c4 Reindent every file há 4 anos atrás
takeRand.cpp 3a8cd2c4c4 Reindent every file há 4 anos atrás
takeRand.h 3a8cd2c4c4 Reindent every file há 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