CSE-Courses / course-project-a5-ezpz

course-project-a5-ezpz created by GitHub Classroom
0 stars 0 forks source link

As a game-player, I want to win the game as an impostor by killing all players (except for 1), or winning as a civilian by voting off the impostor, so a win message should be displayed when a win state has occurred. #6

Closed cheesynoz closed 4 years ago

cheesynoz commented 4 years ago

As a game-player, I want to win the game as an impostor by killing all players (except for 1), or winning as a civilian by voting off the impostor, so a win message should be displayed when a win state has occurred.

Acceptance tests:

  1. Start new game
  2. If I'm an imposter kill off every other player except one other player
  3. If I'm a civilian, vote off the imposter
  4. I should see a win message showing if the imposter or the civilians won the game
Amhepel commented 4 years ago

User story 6: As a game-player, I want to win the game as an impostor by killing all players (except for 1), or winning as a civilian by voting off the impostor. Acceptance test 6: When voting off the impostor the game will end and there will be a victory message for civilians, and a defeat message for impostors. While if you kill all but the last civilians as impostor, you will see a victory message, and a defeat message for civilians.

Amhepel commented 4 years ago

Similar to task already assigned.