PacMan remake with two players
|
4 年之前 | |
---|---|---|
Images | 4 年之前 | |
Menu | 4 年之前 | |
Niveaux | 4 年之前 | |
Polices | 4 年之前 | |
Skins | 4 年之前 | |
Textures | 4 年之前 | |
.gitignore | 4 年之前 | |
Fantome.h | 4 年之前 | |
Fenetre.cpp | 4 年之前 | |
Fenetre.h | 4 年之前 | |
Input.h | 4 年之前 | |
Joueur.cpp | 4 年之前 | |
Joueur.h | 4 年之前 | |
Menestrel.cpp | 4 年之前 | |
Menestrel.h | 4 年之前 | |
Niveau.cpp | 4 年之前 | |
Niveau.h | 4 年之前 | |
Ogre.cpp | 4 年之前 | |
Ogre.h | 4 年之前 | |
Personnage.cpp | 4 年之前 | |
Personnage.h | 4 年之前 | |
README.md | 4 年之前 | |
fantome.cpp | 4 年之前 | |
main.cpp | 4 年之前 | |
makefile | 4 年之前 |
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