PacMan remake with two players

DricomDragon 013e060ac3 Improve wall texture to look like bricks hace 4 años
Images 677fffdc4e Remove mockup images hace 5 años
Menu 583dc4306a Remove execution bit hace 5 años
Niveaux 86c7a1f4cb Fix ghost spawners hace 4 años
Polices 583dc4306a Remove execution bit hace 5 años
Skins 583dc4306a Remove execution bit hace 5 años
Textures 013e060ac3 Improve wall texture to look like bricks hace 4 años
.gitignore f563566439 Import source code from old project hace 5 años
Fantome.h 583dc4306a Remove execution bit hace 5 años
Fenetre.cpp 583dc4306a Remove execution bit hace 5 años
Fenetre.h 583dc4306a Remove execution bit hace 5 años
Input.h 583dc4306a Remove execution bit hace 5 años
Joueur.cpp 583dc4306a Remove execution bit hace 5 años
Joueur.h 583dc4306a Remove execution bit hace 5 años
Menestrel.cpp 583dc4306a Remove execution bit hace 5 años
Menestrel.h 583dc4306a Remove execution bit hace 5 años
Niveau.cpp 583dc4306a Remove execution bit hace 5 años
Niveau.h 583dc4306a Remove execution bit hace 5 años
Ogre.cpp 583dc4306a Remove execution bit hace 5 años
Ogre.h 583dc4306a Remove execution bit hace 5 años
Personnage.cpp 583dc4306a Remove execution bit hace 5 años
Personnage.h 583dc4306a Remove execution bit hace 5 años
README.md f476e4244f Create README with build instructions hace 5 años
fantome.cpp 583dc4306a Remove execution bit hace 5 años
main.cpp 583dc4306a Remove execution bit hace 5 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