-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
enhancementimprovement of any kindimprovement of any kindgood first issueGood for newcomersGood for newcomershacktoberfestGood first issue for hacktoberfest!Good first issue for hacktoberfest!
Milestone
Description
There are two scenarios where we can end a round early.
- The drawer leaves before choosing a word.
Having to wait two minutes for nothing is kind of annoying. No player will be at a disadvantage if we end early here.
- If the last guessing player leaves
Similar to 1, but not as bad. Here we should be careful, that we don't necessarily count this as a negative for the drawing player. This should not reduce their overall points, as it would also not do so, if someone leaves as the second last person guessing.
Both the next-turn
and game-over
event should be extended with a field that indicates the round ended early due to the last guessers having disconnected. Something like earlyTurnEndDueToDisconnect
.
This logic can be implemented on the tick side. There should be a sensible time-frame for allowing to reconnect.
Metadata
Metadata
Assignees
Labels
enhancementimprovement of any kindimprovement of any kindgood first issueGood for newcomersGood for newcomershacktoberfestGood first issue for hacktoberfest!Good first issue for hacktoberfest!