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