bootcamp-s18 / pac-man

0 stars 0 forks source link

Losing Condition Function #9

Closed rcbrowder closed 6 years ago

rcbrowder commented 6 years ago

In current state the user cannot lose as Pac-Man never dies. A function needs to be implemented that informs the user when all lives have been lost.

Pac-Man starts with 3 lives with the ability to gain more lives later on.

rcbrowder commented 6 years ago

Merged losing-condition branch into develop.