Pac Man like game

Assembler, C/C++ related topics
simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Pac Man like game

Postby simon » Sun Sep 16, 2012 9:16 pm

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

tsxownz
Posts: 2
Joined: Sun Sep 16, 2012 9:40 pm

Re: Pac Man like game

Postby tsxownz » Sun Sep 16, 2012 9:48 pm

awesome!, cant wait myself to play with the system.

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: Pac Man like game

Postby simon » Sun Sep 23, 2012 2:10 pm

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

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: Pac Man like game

Postby simon » Sun Sep 30, 2012 6:14 pm

Here is an update of my Pac-man clone:



Simon


cron