You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Timeout is already defined on the EndGame enum, however I don't see a way for ending a game and marking it as timeout. The best I can do at the moment is to make the player who ran out of time resign.
Describe the solution you'd like
Add a method like EndByTimeout.
Describe alternatives you've considered
Resigning the timed out player.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Timeout is already defined on the EndGame enum, however I don't see a way for ending a game and marking it as timeout. The best I can do at the moment is to make the player who ran out of time resign.
Describe the solution you'd like
Add a method like EndByTimeout.
Describe alternatives you've considered
Resigning the timed out player.
Additional context
The text was updated successfully, but these errors were encountered: