We should update the startGame method to increase the randomising of questions. Use the QuestionType to verify that the question before is not the same. When it comes to players, verify that the last question does not include the player name that is chosen.
We should update the
startGame
method to increase the randomising of questions. Use theQuestionType
to verify that the question before is not the same. When it comes to players, verify that the last question does not include the player name that is chosen.