Skip to content
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
Closed
@ollelauribostrom

Description

@ollelauribostrom

As proposed by @wenzelmkay in #67, we could add some kind of hint functionality to the game. This could work something like this:

  1. The user enters an incorrect answer n (maybe two/three) times
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions