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 there to be an impostor randomly selected at the beginning of each game, so at the start of the game a random gameplayer should be assigned as the imposter, and I should see a message on the screen stating my role as imposter or civilian. #4

Closed cheesynoz closed 4 years ago

cheesynoz commented 4 years ago

As a game-player, I want there to be an impostor randomly selected at the beginning of each game, so at the start of the game a random gameplayer should be assigned as the imposter, and I should see a message on the screen stating my role as imposter or civilian.

Acceptance test:

  1. Open and enter new game
  2. Start new game
  3. One of the players should see their role as imposter.
Amhepel commented 4 years ago

User story 4: As a game-player, I want there to be an impostor randomly selected at the beginning of each game. Acceptance test 4: Only 1 of the players will get a message notifying them they are the impostor at the beginning of the round. A variable showing the identity of each gameplayer (civilian or imposter) will be assigned and seen using a print statement for output in the back end.

Amhepel commented 4 years ago

Similar to a task already assigned.