CSC480-18S / Red-Team

Red Team Repository
MIT License
6 stars 19 forks source link

Play a turn timer bug #276

Closed cesarbiods closed 6 years ago

cesarbiods commented 6 years ago

The timer counts too fast and goes negative without skipping the user's turn.

LandonPatmore commented 6 years ago

This is an issue with the setInterval timer, I could not figure it out with the time constraints before the demo.

LandonPatmore commented 6 years ago

This was being sent from the backend before, but was changed to the frontend at the last minute. I will reimplement the timer to send to the frontend now that we are slimming down our stack.