Project for school - IMT Nord Europe
Make a Pacman-like in C
I don't have any idea :(
- Open terminal and go to ./pacman
- Write the command :
$make all
- Enjoy :)
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 |