PacMan remake with two players

DricomDragon 013e060ac3 Improve wall texture to look like bricks 4 vuotta sitten
Images 677fffdc4e Remove mockup images 4 vuotta sitten
Menu 583dc4306a Remove execution bit 4 vuotta sitten
Niveaux 86c7a1f4cb Fix ghost spawners 4 vuotta sitten
Polices 583dc4306a Remove execution bit 4 vuotta sitten
Skins 583dc4306a Remove execution bit 4 vuotta sitten
Textures 013e060ac3 Improve wall texture to look like bricks 4 vuotta sitten
.gitignore f563566439 Import source code from old project 4 vuotta sitten
Fantome.h 583dc4306a Remove execution bit 4 vuotta sitten
Fenetre.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Fenetre.h 583dc4306a Remove execution bit 4 vuotta sitten
Input.h 583dc4306a Remove execution bit 4 vuotta sitten
Joueur.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Joueur.h 583dc4306a Remove execution bit 4 vuotta sitten
Menestrel.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Menestrel.h 583dc4306a Remove execution bit 4 vuotta sitten
Niveau.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Niveau.h 583dc4306a Remove execution bit 4 vuotta sitten
Ogre.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Ogre.h 583dc4306a Remove execution bit 4 vuotta sitten
Personnage.cpp 583dc4306a Remove execution bit 4 vuotta sitten
Personnage.h 583dc4306a Remove execution bit 4 vuotta sitten
README.md f476e4244f Create README with build instructions 4 vuotta sitten
fantome.cpp 583dc4306a Remove execution bit 4 vuotta sitten
main.cpp 583dc4306a Remove execution bit 4 vuotta sitten
makefile 1ad8efec4a Fix distclean 4 vuotta sitten

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