cse442-fall-2019-offering / 442projects-wizard-hack

442projects-wizard-hack created by GitHub Classroom
4 stars 2 forks source link

Stats Enemy Kill Count #101

Closed jmorrow2 closed 5 years ago

jmorrow2 commented 5 years ago

As a video game player I want to click the stats button on the pause menu so that I can view the enemy kill count.

jmorrow2 commented 5 years ago

Acceptance Test: Launch the game. Click the start button on the main menu to enter game play. Press the keyboard key 'P' to enter the pause menu. Click the Stats button on the pause menu. Ensure that you can see the enemy kill count which will be in the form of 'enemies killed / total number of enemies'. Make sure the number starts at 0/7 then kill an enemy and make sure the number has increased to 1/7. Keep killing enemies and make sure the number of enemies killed increases by 1 each time.