PacMan remake with two players

DricomDragon 86c7a1f4cb Fix ghost spawners 4 years ago
Images 677fffdc4e Remove mockup images 4 years ago
Menu 583dc4306a Remove execution bit 4 years ago
Niveaux 86c7a1f4cb Fix ghost spawners 4 years ago
Polices 583dc4306a Remove execution bit 4 years ago
Skins 583dc4306a Remove execution bit 4 years ago
Textures 583dc4306a Remove execution bit 4 years ago
.gitignore f563566439 Import source code from old project 4 years ago
Fantome.h 583dc4306a Remove execution bit 4 years ago
Fenetre.cpp 583dc4306a Remove execution bit 4 years ago
Fenetre.h 583dc4306a Remove execution bit 4 years ago
Input.h 583dc4306a Remove execution bit 4 years ago
Joueur.cpp 583dc4306a Remove execution bit 4 years ago
Joueur.h 583dc4306a Remove execution bit 4 years ago
Menestrel.cpp 583dc4306a Remove execution bit 4 years ago
Menestrel.h 583dc4306a Remove execution bit 4 years ago
Niveau.cpp 583dc4306a Remove execution bit 4 years ago
Niveau.h 583dc4306a Remove execution bit 4 years ago
Ogre.cpp 583dc4306a Remove execution bit 4 years ago
Ogre.h 583dc4306a Remove execution bit 4 years ago
Personnage.cpp 583dc4306a Remove execution bit 4 years ago
Personnage.h 583dc4306a Remove execution bit 4 years ago
README.md f476e4244f Create README with build instructions 4 years ago
fantome.cpp 583dc4306a Remove execution bit 4 years ago
main.cpp 583dc4306a Remove execution bit 4 years ago
makefile f563566439 Import source code from old project 4 years ago

README.md

Pac Men

A remake of PacMan with two players!

Build

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