You are on page 1of 1

main.

c
map.c
move_guide.c
accessories.h
The user defined header file created in the source code of the game is header.h.
The C files of the game are for controlling the motion & direction of Pacman as
well as to create the path. Pacman Game in Cgives the clear concept of use of f
ile handling, the use of user defined header files, combination of number of C f
iles in a single project etc.
The Pacman Game in C is so simple to stat, play and terminate. In order to play
the game, you should just click on the application file (.exe file) of the game.
Then, you will see the game window in which you will have to drive the Pacman a
long the thick blue lines in rectangular format.
The direction of Pacman is controlled with the navigation keys (up, down, left a
nd right keys) of the key board. Space bar pauses the movement of

You might also like