Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 830 Bytes

File metadata and controls

42 lines (25 loc) · 830 Bytes

Memory Game

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.

Rules

  • If you click on the same emoji card more than once, you lose the game.

Live Demo

Check out the live demo here.

Installation

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

Usage

Run the application using:

npm run dev

Enjoy playing the Memory Game!