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
- Host: GitHub
- URL: https://github.com/rajeshmbg3-developer/memory-game
- Owner: rajeshmbg3-developer
- Created: 2025-03-19T11:15:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:04:39.000Z (2 months ago)
- Last Synced: 2025-03-19T13:22:47.863Z (2 months ago)
- Language: TypeScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
![]()
![]()
## Installation
Install the game with git
```bash
git clone https://github.com/rajeshmbg3-developer/memory-game.git
cd memory-game
```
## Running Game LocallyInstall 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)