kylelhk / Pictionary

CITS5505 Agile Web Development - Group Project
MIT License
1 stars 0 forks source link

Issue: #74: Show correct word #78

Closed iheathers closed 2 months ago

iheathers commented 2 months ago

Summary of Changes

  1. Removed "XXXXXX" from Showing:

    • Instead of displaying "XXXXXX" when no guess is made, the user will now see the message "You did not guess".
  2. Timer Persistence:

    • Users can now continue their game even if they quit or refresh the game. The timer will continue from the remaining time, ensuring a seamless experience. The remaining time is stored and retrieved from local storage to maintain the timer state across sessions.

      74

Change Form

Other Information