tomgroenwoldt / keyglide-cli

0 stars 0 forks source link

Allow clients to join lobbies that are currently in progress #42

Closed tomgroenwoldt closed 2 months ago

tomgroenwoldt commented 3 months ago

We can implement something like a waiting room. After the lobby finished (LobbyStatus::Finish) we transfer waiting clients to players until the lobby is full again. We probably should only allow so many clients inside the waiting room such that current_players + waiting_clients <= MAX_LOBBY_SIZE.