PacMan remake with two players

DricomDragon fb8ac81295 :memo: Add missing sdl image dependency hace 2 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 013e060ac3 Improve wall texture to look like bricks 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
LICENSE.txt 1597b28d28 Add license and logo in Readme hace 3 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 fb8ac81295 :memo: Add missing sdl image dependency hace 2 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!

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.