bootcamp-s18 / pac-man

0 stars 0 forks source link

Pac-Man death function #6

Open rcbrowder opened 6 years ago

rcbrowder commented 6 years ago

When Pac-Man collides with a ghost:

  1. Pac-Man resets to original start position
  2. Ghosts reset to original start position inside center cell
  3. The player's number of remaining lives should decrement by 1
rcbrowder commented 6 years ago

Made pull request for pac-death branch. When branch is reviewed, approved, and merged into develop I will close this issue.