Page 1 of 1

Pac Man like game

Posted: Sun Sep 16, 2012 9:16 pm
by simon
Hi,

today I worked a bit on my Pac Man like game. I added collision detection as well as player animation.
Strange that the eaten dots are not couted correct, except when moving to the right. Probably there is a bug in my collision detection. Hmmm.



Simon

Re: Pac Man like game

Posted: Sun Sep 16, 2012 9:48 pm
by tsxownz
awesome!, cant wait myself to play with the system.

Re: Pac Man like game

Posted: Sun Sep 23, 2012 2:10 pm
by simon
While we discuss the hardware design changes I keep on programming. :)

I improved the collision detection and added fours ghosts. The ghosts have no AI yet. They just keep their direction until hitting a wall. Then they choose a new direction randomly.
Eaten dots are counted correct now but player-ghost collision detection is still missing.

Sorry, I still haven't found the best camera settings. :evil:



Simon

Re: Pac Man like game

Posted: Sun Sep 30, 2012 6:14 pm
by simon
Here is an update of my Pac-man clone:



Simon