mibpl / StreetViewGame

MIT License
1 stars 1 forks source link

Rendezvous game state generation and lobby setting #41

Closed enkait closed 3 years ago

enkait commented 3 years ago

This change for #37 creates a lobby option for picking between the available game modes (hidden for now, until Rendezvous is ready) and initializes the rendezvous game state. The game mode and list of players are now both stored in the game generation Store. The game mode is set in the LobbyOptions, the list of players in the Lobby. A new game generation is triggered when either of these changes. Screenshots: Lobby when rendezvous is picked Lobby when classic is picked

enkait commented 3 years ago

Forgot to add this PR is dependant on #40 .