You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can get stuck with some words left, one is unable to guess. At this point, it would be beneficial to provide hints.
One can either add a hint button at the top (❔) or integrate it into clicking on a yet to-be guessed word. The last one allows the player to better pick the word where they need a hint.
Tasks
Extend the game state with indices on hinted letters.
Extend the CSS of each word to only be green for the parts one has guessed.
Add callback to request a hint on-click.
Restrictions
The word gives (exponentially?) fewer points when it finally is guessed.
One should not get double points for guessing all words if hints have been used (?)
The six letter words should be unhintable (?)
The text was updated successfully, but these errors were encountered:
One can get stuck with some words left, one is unable to guess. At this point, it would be beneficial to provide hints.
One can either add a hint button at the top (❔) or integrate it into clicking on a yet to-be guessed word. The last one allows the player to better pick the word where they need a hint.
Tasks
Restrictions
The text was updated successfully, but these errors were encountered: