Python-BlackJackBot
Python-BlackJackBot copied to clipboard
Implement timer for multiplayer games to skip AFK players
In multiplayer games it can be frustrating when dealing with AFK players. To prevent that from happening, there should be a timer that skips players who are not participating. Default value of the timer: 30 seconds.
After the timer ends, the player will be skipped. It's basically the same as if they just chose to "stand".