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