tsubasa icon indicating copy to clipboard operation
tsubasa copied to clipboard

Implement round end logic

Open 0xLucqs opened this issue 1 year ago • 1 comments

Description

As per the game rules, once a player has won 2 rounds the game ends. Once a player has scored a goal the round ends and it's reset if no player has won 2 rounds

Acceptance criteria

  • The round is reset when someone scores a goal and no one has won 2 rounds.
  • The game ends when someone wins 2 rounds.
  • The events log the round number

0xLucqs avatar Aug 08 '23 10:08 0xLucqs