bootcamp-s18 / pac-man

0 stars 0 forks source link

Lives Display Missing #20

Open rcbrowder opened 6 years ago

rcbrowder commented 6 years ago

The game needs the number of lives the user has left to display above the upper wall of the maze, below the score, and aligned left. The number of lives should display as pac-man sprites in a row, one for each life.

rcbrowder commented 6 years ago

Addressed in the lives-display branch. I have created a pull request and will close this issue when it is reviewed, approved, and merged into develop.