SourceCode-Sorcerers / medieval-tactics-api

API for Medieval Tactics game
0 stars 1 forks source link

Prevent more than two users from joining a room #11

Open luckyswims opened 4 years ago

luckyswims commented 4 years ago

We should update the back end to track who is in a room in addition to what rooms exist, and send an error if someone attempts to join a room that already has two users in it.