CSE-Courses / course-project-a5-ezpz

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

Create players & assign impostor #11

Closed cheesynoz closed 4 years ago

cheesynoz commented 4 years ago

Create players and assign the imposter at the start of the game.

Task test:

  1. Open JUnits class in project
  2. Run and pass the following unit tests: playersAddedToGame, OneImpostorChosen

playersAddedToGame - Tests to ensure all players are added to the game by new_player method

OneImpostorChosen - Tests to ensure that only one player is selected as the impostor and all other players are crewmates