A classic memory card game built with HTML, CSS, and JavaScript.
The goal of the game is to match all pairs of cards.
- The game starts with a grid of cards, all face down.
- Click on a card to flip it over and reveal the image.
- Click on another card.
- If the two cards match, they stay face up.
- If they don't match, they flip back face down.
- Continue flipping cards until all pairs are matched.
- HTML
- CSS
- JavaScript
You can play the game live here: https://ecastanedam.github.io/project-memory-card-game/