This repository was archived by the owner on Mar 18, 2024. It is now read-only.
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Add hints #153
Closed
Description
As proposed by @wenzelmkay in #67, we could add some kind of hint functionality to the game. This could work something like this:
- The user enters an incorrect answer n (maybe two/three) times
- If the rebus has a hint property, display the hint below the input fields
For example, if the rebus data looks like:
{
symbols: ['Re', '+', '🚌'],
words: ['Rebus'],
hint: 'You´re solving one right now'
},
The text You´re solving one right now
would be displayed after the user has entered an incorrect answer n times.