CIELO-la / loteria

A lotería game with multi-language support focused on enabling play in indigenous languages
6 stars 2 forks source link

Limit the number of people that can join a game #7

Open JessRudder opened 2 years ago

JessRudder commented 2 years ago

Currently, we do not limit the number of people that can join a single game.

This may have performance implications over time.

We should choose a reasonable number (5-10?) and limit games to that number of players.

If we add a player limit, we'll need to find a way to communicate this limit to players (both folks setting up games as well as folks that are trying to join a game that's already reached it's limit).