Dawdre / death-roll

https://death-roll.vercel.app
0 stars 0 forks source link

Turn Timers (BackEND) #13

Open Ashyy-code opened 7 months ago

Ashyy-code commented 7 months ago

Implement turn timers. If 60 seconds have passed create new gameAction for: [Player] has taken too long to roll and is OUT! Too bad! Then proceed to next player turn. All controlled on the backend and simply updating the playerTurn and actionHistory for the Front end to handle as it already does.

Be sure to include logic for the last two players, to end the game and give the WIN if one of the two exceeds the roll time.