cse442-at-ub / cse442-semester-project-bugs-are-features

cse442-semester-project-bugs-are-features created by GitHub Classroom
1 stars 0 forks source link

As a player, I want to give my energy to the ghost so I can gain experience and move forward in the game #119

Closed chinmayeebandal closed 4 years ago

chinmayeebandal commented 4 years ago

As a player, I want to give my energy to the ghost
So I can gain experience and move forward in the game.

Acceptance Tests

Test Data Expected Results
Give energy to the ghost when total energy is 100 Click on the "Energy Well" button Player Energy decreases by 40, Score increases by 75
Give energy to the ghost when total energy is 60 Click on the "Energy Well" button Player Energy decreases by 40, Score increases by 75
Donate energy when total energy is 40 Click on the "Energy Well" button Player energy does not decrease. Score does not increase.
Donate energy when total energy is 0 Click on the "Empty Well" button Player energy does not decrease. Score does not increase.