Skip to content

Memory game

Create a memory game where users flip cards and must find matching pairs.

There are two approaches depending on your needs:

  • Manual approach — fixed content, cards created individually in Studio.
  • Dynamic approach — content powered by the Datastore, ideal for multiple levels or themes.

Manual approach

Use the Multi-state component to create each card individually. Ideal for a game with a fixed number of cards and specific visuals.

Example of manual memory game with cards to flip

This video tutorial guides you step-by-step and illustrates the use of conditions and variables.

Memory Game

Add this template to your account in just a few clicks. Edit and customize it freely.

→ Add this template to your account

Dynamic approach

Use the Datastore to manage cards dynamically. Cards are loaded from a data collection, allowing you to update the game’s content without modifying the project — ideal for multiple levels or themes.

Example of dynamic memory game with two levels: matching identical animals and different visual associations

Dynamic Memory Game

Add this template to your account in just a few clicks. Edit and customize it freely.

→ Add this template to your account