As a game, I can have between 2 and 8 players with an initial random ordering.
User Acceptance Tests
- Create a game with two players named Horse and Car.
 - Try to create a game with < 2 or > 8 players. When attempting to play the game, it will fail.
 - Create a game with two players named Horse and Car. Within creating 100 games, both orders [Horse, Car] and [car, horse] occur.
 

Comments