Miniand / brdg.me

Board game backend, with a mail and CLI interface
8 stars 0 forks source link

Timed auto concede #58

Closed beefsack closed 9 years ago

beefsack commented 9 years ago

If a player doesn't make plays for a certain amount of time, they automatically concede.

This is more complicated in >2 player games, not 100% sure how to handle that yet. Possibly either counting it as a concede and replacing the player with a bot if bots are available, otherwise it's a tie to the other players (but that's not a good outcome.)

beefsack commented 9 years ago

This issue was moved to Miniand/brdg.me-issues#21