Collision detection #9

Open
opened 2025-04-14 13:56:44 +02:00 by Lerking · 0 comments
Owner

Collision detection

  • PacMan
    • Collision with walls -> Stop moving
    • Collision with pivotwall, make the wall pivot +/- 90 degrees
    • Collision with ghosts -> You're dead
    • Collision with pills -> Collect points
    • Collision with power pill -> Ghosts can be eaten, for a set number of seconds.
    • Ensure that ghosts only move within the maze.
# Collision detection - PacMan - [x] Collision with walls -> Stop moving - [ ] Collision with pivotwall, make the wall pivot +/- 90 degrees - [ ] Collision with ghosts -> You're dead - [x] Collision with pills -> Collect points - [x] Collision with power pill -> Ghosts can be eaten, for a set number of seconds. - [ ] Ensure that ghosts only move within the maze.
Lerking self-assigned this 2025-04-14 13:56:44 +02:00
Sign in to join this conversation.