This is a simple memory card matching game built using HTML, CSS, and JavaScript (DOM manipulation). The objective is to match all pairs of cards by flipping them over to reveal their content.
- Click on a card to flip it over.
- Try to find its matching pair by flipping another card.
- If the cards match, they stay face-up.
- If they do not match, they will flip back after a short delay.
- Match all pairs to win!
- Responsive design for both desktop and mobile.
- Restart button to reshuffle the cards and start a new game.
Simply open the index.html file in a browser to start playing the game.
- HTML
- CSS
- JavaScript (DOM manipulation)