PacMan remake with two players

DricomDragon f476e4244f Create README with build instructions před 5 roky
Images 677fffdc4e Remove mockup images před 5 roky
Menu 583dc4306a Remove execution bit před 5 roky
Niveaux 583dc4306a Remove execution bit před 5 roky
Polices 583dc4306a Remove execution bit před 5 roky
Skins 583dc4306a Remove execution bit před 5 roky
Textures 583dc4306a Remove execution bit před 5 roky
.gitignore f563566439 Import source code from old project před 5 roky
Fantome.h 583dc4306a Remove execution bit před 5 roky
Fenetre.cpp 583dc4306a Remove execution bit před 5 roky
Fenetre.h 583dc4306a Remove execution bit před 5 roky
Input.h 583dc4306a Remove execution bit před 5 roky
Joueur.cpp 583dc4306a Remove execution bit před 5 roky
Joueur.h 583dc4306a Remove execution bit před 5 roky
Menestrel.cpp 583dc4306a Remove execution bit před 5 roky
Menestrel.h 583dc4306a Remove execution bit před 5 roky
Niveau.cpp 583dc4306a Remove execution bit před 5 roky
Niveau.h 583dc4306a Remove execution bit před 5 roky
Ogre.cpp 583dc4306a Remove execution bit před 5 roky
Ogre.h 583dc4306a Remove execution bit před 5 roky
Personnage.cpp 583dc4306a Remove execution bit před 5 roky
Personnage.h 583dc4306a Remove execution bit před 5 roky
README.md f476e4244f Create README with build instructions před 5 roky
fantome.cpp 583dc4306a Remove execution bit před 5 roky
main.cpp 583dc4306a Remove execution bit před 5 roky
makefile f563566439 Import source code from old project před 5 roky

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