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:
- in level 2 if pacman dies the lives counter starts decrementing and never stops. It shoulddecrement by one and a new game started.
- 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.
- In power mode when the pacman can eat a ghost it does not kill it but just passes through
i want this report
ReplyDeleteIf you have code then plzz share
DeleteWhere can I get the code
ReplyDelete