PacMan remake with two players

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

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.