PacMan remake with two players

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

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