/memory-game

A memory game built with React + Typescript

Primary LanguageTypeScript

Memory Game

A memory game built with React + Typescript.

Try it here: deploy.

How to play

You are given a number of closed cards. In a move, you can open two cards. If they match, they will be left opened. Your task is to open all cards with the least number of moves.

Tech Stack

  • React
  • Typescript
  • TailwindCSS