Skip to content

Connect FindGameController to backend

Enable matchmaking by creating and joining lobbies from the FindGameScreen.

  • Create new lobby when pressing "Create Lobby" button
  • Transition to a new LobbyWaitingRoomScreen when waiting for opponent.
  • LobbyWaitingRoomScreen should have a background, some informative text and a "Cancel" button
  • Join the lobby with the game pin written in the input field, when pressing "Join Lobby" button
  • Transition to GameScreen when the lobby is full
Edited by Sander Østrem Fagernes