PacMan remake with two players

DricomDragon fb8ac81295 :memo: Add missing sdl image dependency пре 2 година
Images 677fffdc4e Remove mockup images пре 4 година
Menu 583dc4306a Remove execution bit пре 4 година
Niveaux 86c7a1f4cb Fix ghost spawners пре 4 година
Polices 583dc4306a Remove execution bit пре 4 година
Skins 583dc4306a Remove execution bit пре 4 година
Textures 013e060ac3 Improve wall texture to look like bricks пре 4 година
.gitignore f563566439 Import source code from old project пре 4 година
Fantome.h 583dc4306a Remove execution bit пре 4 година
Fenetre.cpp 583dc4306a Remove execution bit пре 4 година
Fenetre.h 583dc4306a Remove execution bit пре 4 година
Input.h 583dc4306a Remove execution bit пре 4 година
Joueur.cpp 583dc4306a Remove execution bit пре 4 година
Joueur.h 583dc4306a Remove execution bit пре 4 година
LICENSE.txt 1597b28d28 Add license and logo in Readme пре 3 година
Menestrel.cpp 583dc4306a Remove execution bit пре 4 година
Menestrel.h 583dc4306a Remove execution bit пре 4 година
Niveau.cpp 583dc4306a Remove execution bit пре 4 година
Niveau.h 583dc4306a Remove execution bit пре 4 година
Ogre.cpp 583dc4306a Remove execution bit пре 4 година
Ogre.h 583dc4306a Remove execution bit пре 4 година
Personnage.cpp 583dc4306a Remove execution bit пре 4 година
Personnage.h 583dc4306a Remove execution bit пре 4 година
README.md fb8ac81295 :memo: Add missing sdl image dependency пре 2 година
fantome.cpp 583dc4306a Remove execution bit пре 4 година
main.cpp 583dc4306a Remove execution bit пре 4 година
makefile 1ad8efec4a Fix distclean пре 4 година

README.md

Pac Men

A remake of PacMan with two players!

Pacmen logo

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev libsdl-ttf2.0-dev libsdl-image1.2-dev
$ make

To execute :

$ make exec

License

GNU GPLv3, see LICENSE.txt.