moveNextRound abstract method

Game<Event> moveNextRound(
  1. GameConfig config
)

Logic to apply after all players have consented they want to play another round to initialize the next round

Implementation

Game moveNextRound(GameConfig config);