This is a simple Memory Game project that I developed as part of my coding journey. The game presents players with a grid of cards, each containing a hidden symbol. Players must flip over pairs of cards to find matching symbols.
https://trisDeveloper.github.io/memory-game/
- Grid of cards with hidden symbols.
- Flip animation when cards are clicked.
- Logic to check for matching pairs.
- Victory condition when all pairs are found.
- Open
index.html
in your web browser. - Click on any card to reveal its hidden symbol.
- Click on another card to try and find a matching pair.
- Continue until all pairs have been found.
- HTML
- CSS
- JavaScript
This project was developed by tris dev. Feel free to modify and use it for your own learning purposes.