Forum Discussion

JanPons-ddc027d's avatar
JanPons-ddc027d
Community Member
3 years ago

Help with memory game with text and images

Hi there!

I'm trying to make a memory game which combines words with images. Users have to match the correct word to the correct image. It would look like this:

1. User starts the game and clicks on a memory card
2. The first card that flips has to ALWAYS be an image
3. When the first card is clicked and the image appears, all other cards have to show words on them when flipped/clicked. So the user always has to match an image to a word and not the other way around.
4. When the user makes a correct match between an image and a word, the next card clicked has to be a picture again.
5. When the user makes an incorrect guess the cards flip again to normal state and the next card clicked has to be a picture again.

I gave all the cards 3 states:
- Normal (shows the back of the memory card)
- Woord(shows the word)
- Afbeelding (shows the picture)

I've been trying for hours now to achieve this with different triggers and conditions but I dont seem to get it to work.

Can this even be achieved the way I'm trying to? Any help would be greatly appreciated. I've added my .story file as an attachment.