Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rijoksd/memory-game


https://github.com/rijoksd/memory-game

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://memory-game-top.netlify.app/).
## Installation

To clone the project, run the following command:

```bash
git clone https://github.com/RijoKsd/Memory-Game
```

Then, navigate to the `memory-game` folder:

```bash
cd memory-game
```

Install npm packages:

```bash
npm install
```

## Usage

Run the application using:

```bash
npm run dev
```

Enjoy playing the Memory Game!