A simple and fun Memory Match Card Game built using HTML, CSS, and JavaScript. Flip two cards at a time to find matching pairs. Perfect for learning DOM manipulation, CSS animations, and game logic.
- Flip animation using CSS
- Match card pairs logic
- Reset and restart functionality (optional)
- Responsive layout (can be expanded)
- Minimalist and clean UI
memory-match-game/
โโโ index.html
โโโ style.css
โโโ script.js
โโโ README.md
git clone https://github.com/mhd-humraz/memory-game.git
cd memory-gameJust open the index.html file in your browser.
- Click on any card to flip it.
- Flip two cards to check for a match.
- If matched, cards remain flipped.
- If not, they flip back after a short delay.
- Move counter and timer
- Restart button
- Scoreboard or high-score tracking
- Sound effects
Humraz
Created as a fun CSS + JS project for practicing frontend skills.