Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rijoksd/memory-game
https://github.com/rijoksd/memory-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rijoksd/memory-game
- Owner: RijoKsd
- Created: 2024-05-01T06:34:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T16:26:34.000Z (8 months ago)
- Last Synced: 2024-05-11T17:35:48.814Z (8 months ago)
- Language: JavaScript
- Homepage: https://memory-game-top.netlify.app/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).
## InstallationTo 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!