https://github.com/angryhtml/memory-card-game
🎮Interactive memory card game built with React. In this game, players need to match pairs of identical cards by flipping them over. If the cards match, they remain open; if not, they are turned back over. The goal is to find all matching pairs with the fewest attempts.
https://github.com/angryhtml/memory-card-game
css3 html5 javascript memorygame netlify react react-game
Last synced: 3 months ago
JSON representation
🎮Interactive memory card game built with React. In this game, players need to match pairs of identical cards by flipping them over. If the cards match, they remain open; if not, they are turned back over. The goal is to find all matching pairs with the fewest attempts.
- Host: GitHub
- URL: https://github.com/angryhtml/memory-card-game
- Owner: angryhtml
- Created: 2024-12-21T21:07:56.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-06T14:49:00.000Z (5 months ago)
- Last Synced: 2025-01-06T15:42:27.179Z (5 months ago)
- Topics: css3, html5, javascript, memorygame, netlify, react, react-game
- Language: JavaScript
- Homepage: https://card-memory-gamee.netlify.app/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Card Game 🧠🎮
A fun and interactive **memory card game** built with **React**. In this game, players need to match pairs of identical cards by flipping them over. If the cards match, they remain open; if not, they are turned back over. The goal is to find all matching pairs with the fewest attempts.
This project is still under development, but you can try the demo version.
---
### 🛠️ Technologies Used:
- **React**
- **CSS**
- **JavaScript**
- **Netlify**---
### 🚀 Features:
- Flip the cards to find matching pairs.
- The game ends when all pairs are matched.
- Responsive design, works well on both desktop and mobile.
- Simple and fun user interface.---
### 🌐 Live Demo:
Try the Memory Card Game here:
[Memory Card Game Demo](https://card-memory-gamee.netlify.app/)