PacMan remake with two players

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

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