codeday-hom / hit-or-miss

Hit or Miss game - online version
0 stars 1 forks source link

Players see a countdown timer for writing down their word lists #26

Closed robmoore-i closed 1 year ago

robmoore-i commented 1 year ago

Once a player selects their category (see: https://github.com/codeday-hom/hit-or-miss/issues/24), every player should then see on their screens a countdown timer which is animated to show "Ready"... "Set" ... "Go!" (get creative!) on the screen, followed by a 30 second sand timer animation. The timing happens entirely on the client side. The server does not even need to know that the timing is taking place. After the sand timer is over, all players should see on their screens a "Times up!" message.

Review

Tests