Creating this kind of matching word game

Hello , thanks for checking

what is the simplest way to make this kind of game mechanic where you need to match 2 related words, similar like this

words on the left must be related to the words on right and vice versa, until all words have been matched, you can go onto next level.

i only know this probably possible by using json but still confused how to execute it.

You could use a structure for this, where the words in the left column are the key and the related word from the right column is the value.

1 Like

im late to replying this, but thanks, already using your suggestion, structure works like i was hoped for

1 Like