PacMan remake with two players

DricomDragon 1ad8efec4a Fix distclean 4 년 전
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 583dc4306a Remove execution bit 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 년 전
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 f476e4244f Create README with build instructions 4 년 전
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!

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