You are on page 1of 1

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 p
ath. Pacman Game in Cgives the clear concept of use of file handling, the use of
user defined header files, combination of number of C files 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 Pacman. If you
are able to drive the Pacman along all the lines so that Pacman eats all, you w
ill be winner.
Outp

You might also like