Memory Puzzle

Memory Puzzle is a game prototype I built while following along with Awesome Tuts’ Unity Memory Game Tutorial tutorial series on YouTube. The core gameplay loop is:

  • Click two cards from the face down grid
  • Memorize the two cards
  • Cards automatically face down again
  • Pair identical cards using as few turns as possible

Play the game in your browser here.

View my GitHub repo here.