My first SDL project where you have to shoot down incoming copters !
|
4 年之前 | |
---|---|---|
Images | 4 年之前 | |
.gitignore | 4 年之前 | |
Bouton.cpp | 4 年之前 | |
Bouton.h | 4 年之前 | |
ChampDeBataille.cpp | 4 年之前 | |
ChampDeBataille.h | 4 年之前 | |
Cliquable.cpp | 4 年之前 | |
Cliquable.h | 4 年之前 | |
Ennemy.cpp | 4 年之前 | |
Ennemy.h | 4 年之前 | |
Helico.cpp | 4 年之前 | |
Helico.h | 4 年之前 | |
Icones.cpp | 4 年之前 | |
Icones.h | 4 年之前 | |
Joueur.cpp | 4 年之前 | |
Joueur.h | 4 年之前 | |
LICENSE | 4 年之前 | |
README.md | 4 年之前 | |
eventLoop.cpp | 4 年之前 | |
eventLoop.h | 4 年之前 | |
main.cpp | 4 年之前 | |
makefile | 4 年之前 | |
menuFire.cpp | 4 年之前 | |
menuFire.h | 4 年之前 | |
takeRand.cpp | 4 年之前 | |
takeRand.h | 4 年之前 |
My first SDL project where you have to shoot down incoming copters !
You need make
and SDL1
to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev
$ make
To execute :
$ make exec