ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.23k stars 396 forks source link

Game option to disable kicking idle users #46

Open ajanata opened 11 years ago

ajanata commented 11 years ago

Similar to disabling the idle timer, but just don't kick them if they are idle for too many rounds.

This would still have to deal with there not being enough players to actually play the game, in which case the correct thing to do would likely be to kick the idle players anyway.

uecasm commented 11 years ago

I think it's generally good to kick idle players, and that the Real Problemâ„¢ is issue #32.

Also possibly adding a grace period where if the number of players falls below the minimum for any reason (not just kicks) the game is paused but not actually reset, Sometimes it's just a connection derp and the missing player will rejoin in a moment. (Of course they'll have lost their score, but that's ok.)