For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hidden Object

Configuration

JSON
{
  "options": {
    "shapes": {
      "en": [
        {
          "bl": {
            "x": 67.6,
            "y": 16
          },
          "tr": {
            "x": 70,
            "y": 8
          }
        },
        {
          "bl": {
            "x": 84.7,
            "y": 91
          },
          "tr": {
            "x": 88.1,
            "y": 84
          }
        }
      ],
      "fr": [
        {
          "bl": {
            "x": 67.6,
            "y": 16
          },
          "tr": {
            "x": 70,
            "y": 8
          }
        },
        {
          "bl": {
            "x": 84.7,
            "y": 91
          },
          "tr": {
            "x": 88.1,
            "y": 84
          }
        }
      ],
      "nl": [
        {
          "bl": {
            "x": 67.6,
            "y": 16
          },
          "tr": {
            "x": 70,
            "y": 8
          }
        },
        {
          "bl": {
            "x": 84.7,
            "y": 91
          },
          "tr": {
            "x": 88.1,
            "y": 84
          }
        }
      ]
    },
    "find": 2,
    "chances": 4
  },
  "texts": {
    "en": {
      "tutorial": {
        "content": [
          "Move in the image from right to left then <u><strong>double-click</strong></u> on the place where you think one of the mascots is hiding."
        ],
        "cta": "Play now"
      },
      "hints": {
        "content": [
          [
            "Psst… [Hint 1]"
          ],
          [
            "Psst… [Hint 2]"
          ]
        ],
        "cta": "I continue"
      },
      "win": {
        "content": [
          "Congratulations, you found the mascots!"
        ]
      },
      "lose": {
        "content": [
          "Unfortunately, you didn't find the mascots."
        ]
      }
    },
    "fr": {
      "tutorial": {
        "content": [
          "Déplacez-vous dans l'image de droite à gauche puis <u><strong>double-cliquez</strong></u> sur l'endroit où vous pensez que se cache l'une des mascottes."
        ],
        "cta": "Je joue"
      },
      "hints": {
        "content": [
          [
            "Psst… [Indice 1]"
          ],
          [
            "Psst… [Indice 2]"
          ]
        ],
        "cta": "Je continue"
      },
      "win": {
        "content": [
          "Félicitations, vous avez trouvé les mascottes&nbsp;!"
        ]
      },
      "lose": {
        "content": [
          "Malheureusement, vous n'avez pas trouvé les mascottes."
        ]
      }
    },
    "nl": {
      "tutorial": {
        "content": [
          "Beweeg in de afbeelding van rechts naar links en <u><strong>dubbelklik</strong></u> op de plaats waarvan u denkt dat de mascottes zich verbergen."
        ],
        "cta": "Speel nu"
      },
      "hints": {
        "content": [
          [
            "Psst… [Hint 1]"
          ],
          [
            "Psst… [Hint 2]"
          ]
        ],
        "cta": "Ik ga verder"
      },
      "win": {
        "content": [
          "Gefeliciteerd, u heeft de mascottes gevonden!"
        ]
      },
      "lose": {
        "content": [
          "Helaas heeft u de mascottes niet gevonden."
        ]
      }
    }
  },
  "images": {
    "en": {
      "canvas": GAME_URL + "/background.png"
    },
    "fr": {
      "canvas": GAME_URL + "/background.png"
    },
    "nl": {
      "canvas": GAME_URL + "/background.png"
    }
  }
}

Options

Key
Type
Explanation
Default

Complex

Zone(s) to be found/clicked.

[...]

Int

Zones to actually be found for the game to be completed.

2

Int

Maximum number of clicks before the game is over.

4

String

Text displayed before the game.

"Move in the image from right to left then double-click on the place where you think one of the mascots is hiding."

String

CTA displayed before the game.

"Play now"

String

Text to be displayed after each wrong click (should match the chances).

"Psst… [Hint 1]" / "Psst… [Hint 2]"

String

CTA displayed along the hint.

"I continue"

String

Text displayed in case of game complete.

"Congratulations, you found the mascots!"

String

Text displayed in case of game over.

"Unfortunately, you didn't find the mascots."

Assets

Key
Size
Explanation
Default

/

Visual to be used as playground (can scroll horizontally).

Last updated