Monday 28 March 2016

PacMan Game

PacMan Game

The two games are not my own creation and these are regularly submitted by students of every batch. I have modified some portions of the code where, in leaping lizards i have made it to rotate and in the pacman version that i got initially the pacman was not turning at turns.

In pac-man(in light blue/aqua) even though it looks like a 2D image it is actually a 3D pacman. It is drawn as a sphere and even the ghosts are spheres.

Thebugs in the code include the following:
  1. in level 2 if pacman dies the lives counter starts decrementing and never stops. It shoulddecrement by one and a new game started.
  2. Pacman should look like eating the food. This may be difficult with a 3D sphere so modifying the pac-man drawing code to 2D image of a circle may help.
  3.  In power mode when the pacman can eat a ghost it does not kill it but just passes through 
Here is how pac-man looks like...






Download Program Source Code here
Download Report here

3 comments: