A fun and interactive memory card matching game built with HTML, CSS, and JavaScript. Test your memory by matching pairs of cards with the same emoji!
- ๐ฎ Interactive card-flipping animation
- โฑ๏ธ Timer to track your completion time
- ๐ข Move counter to track your progress
- ๐ Fun and colorful UI with responsive design
- ๐ฑ Mobile-friendly interface
- ๐ Win screen with game statistics
- Click on any card to reveal its emoji
- Find and click on another card to find its match
- If the cards match, they'll stay face up
- If they don't match, they'll flip back over
- Try to find all matching pairs in the least moves and shortest time!
- HTML5
- CSS3 (with Flexbox and Grid)
- Vanilla JavaScript (ES6+)
- Font Awesome Icons
- Google Fonts
No installation required! Simply open the index.html file in any modern web browser to start playing.
# Or clone the repository and open index.html
git clone https://github.com/santhosh-07-sandy/memory-game.git
cd memory-game
open index.html # On Windows: start index.html- The game consists of 16 cards (8 pairs)
- Click on two cards to find matching pairs
- Each attempt counts as a move
- Try to complete the game in the fewest moves and shortest time
- The game ends when all pairs are matched
(Screenshot of the game in action)
Contributions are welcome! Feel free to submit issues and enhancement requests.
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Santhosh D
- GitHub: @santhosh-07-sandy
- Email: santhosh1917santo@gmail.com
- Inspired by classic memory card games
- Built with โค๏ธ and vanilla JavaScript
- Special thanks to all contributors and testers!