Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

Daily Game Lockout #36

Closed Thenlie closed 2 years ago

Thenlie commented 2 years ago

Prevent the daily game from being played more than once per day. If the user goes to the Daily Game page after they have played a countdown timer should be displayed with the time until they can play again.

NOTE: The timer resets every day, not 24 hours after playing.

Thenlie commented 2 years ago

Branch created

git fetch origin
git checkout 36-feature/lockout
Thenlie commented 2 years ago

Initial functionality complete. Some bug hunting and restyling still needed.

Screenshot

lockout

Thenlie commented 2 years ago

Closed by #40