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

https://github.com/rajeshmbg3-developer/memory-game

🧠 Memory Matching Game
https://github.com/rajeshmbg3-developer/memory-game

Last synced: about 2 months ago
JSON representation

🧠 Memory Matching Game

Awesome Lists containing this project

README

        

# 🧠 Memory Game

A fun and interactive memory game where players flip cards to find matching pairs. Test your memory and try to match all pairs in the fewest moves possible!

image
image
image

## Installation

Install the game with git

```bash
git clone https://github.com/rajeshmbg3-developer/memory-game.git
cd memory-game
```
## Running Game Locally

Install dependencies:

```bash
nmp install
```

Run application:

```bash
npm run start
```
Open `localhost:4200` to access the application!😎

## Authors

- [Rajesh Malakar](https://github.com/rajeshmbg3-developer)