This is a memory game built with React, where players can test their memory skills by matching pairs of emoji cards. The game offers three levels of difficulty: easy, medium, and hard. The easy level contains 6 cards, the medium level contains 9 cards, and the hard level contains 12 cards in total.
- If you click on the same emoji card more than once, you lose the game.
Check out the live demo here.
To clone the project, run the following command:
git clone https://github.com/RijoKsd/Memory-Game
Then, navigate to the memory-game
folder:
cd memory-game
Install npm packages:
npm install
Run the application using:
npm run dev
Enjoy playing the Memory Game!