PacMan remake with two players
|
il y a 4 ans | |
---|---|---|
Images | il y a 4 ans | |
Menu | il y a 4 ans | |
Niveaux | il y a 4 ans | |
Polices | il y a 4 ans | |
Skins | il y a 4 ans | |
Textures | il y a 4 ans | |
.gitignore | il y a 4 ans | |
Fantome.h | il y a 4 ans | |
Fenetre.cpp | il y a 4 ans | |
Fenetre.h | il y a 4 ans | |
Input.h | il y a 4 ans | |
Joueur.cpp | il y a 4 ans | |
Joueur.h | il y a 4 ans | |
Menestrel.cpp | il y a 4 ans | |
Menestrel.h | il y a 4 ans | |
Niveau.cpp | il y a 4 ans | |
Niveau.h | il y a 4 ans | |
Ogre.cpp | il y a 4 ans | |
Ogre.h | il y a 4 ans | |
Personnage.cpp | il y a 4 ans | |
Personnage.h | il y a 4 ans | |
README.md | il y a 4 ans | |
fantome.cpp | il y a 4 ans | |
main.cpp | il y a 4 ans | |
makefile | il y a 4 ans |
A remake of PacMan with two players!
You need make
and SDL1
to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev libsdl-ttf2.0-dev
$ make
To execute :
$ make exec