Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 533 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 533 Bytes

Project : Pacman-like

Project for school - IMT Nord Europe

Object

Make a Pacman-like in C

How to play ?

On Windows or Mac

I don't have any idea :(

On Linux

  • Open terminal and go to ./pacman
  • Write the command : $make all
  • Enjoy :)

Add/Change maps

How they are stored

Levels are stored in levels.txt

Each line is a level Each line is formed by numbers :

nomber object
0 empty
1 wall
2 player
3 ghost
4 gum
5 big Gum
6 gate
7 ghost respawn point