Simple Memory Game

Hello
I would like to know if anyone could help me programm a Memory-Game. I tried it multiple times and i still didn‘t succes. Is there maybe someone who alrdy programmed a Memory-Game and could send me the file so that I can understand what I did wrong?

Regards
Scheidegger

You schould explain whichProblem you have.

i wrote a memory game for 1-2 player but it was made in AppGameKit.
here is the source code you can open the agc files with editor.
game,board,player,main,setup could be a class or module in xojo.
the display could be made with a sub classed canvas updated by a timer event.