PacMan remake with two players

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

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.