Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Added a 15-second timer to wait for more players #31

Closed pcjl closed 8 years ago

pcjl commented 8 years ago

Timer starts when everybody is ready, is interrupted when a new player joins.

Also, should we broadcast the status of the timer (e.g. the number of seconds left, if the timer got cancelled, etc.) for more information for their GUIs?

Bimde commented 8 years ago

Broadcasting status of timer isn't worth it because it will both get it way of other messages + the clients are capable of displaying a timer if they want even without the countdown (I.e. count down themselves). I will merge the pull after checking it out in 15.