A simple browser-based memory matching game built using HTML, CSS, and JavaScript.
- Click Start Game to begin.
- Flip two cards at a time and try to match the pairs.
- The game ends when all pairs are matched.
- Your moves and time are tracked.
- Press Stop Game to reset and start over.
- Card flip animations
- Randomized grid every time
- Move counter and timer
- Responsive UI
- Win screen with stats
project/ ├── index.html ├── 06_style.css ├── 06_javascript.js ├── /assets
- HTML5
- CSS3
- Vanilla JavaScript (ES6)
- Clone or download the repo.
- Make sure all animal images are present (e.g.,
bear.png,bee.png, etc.). - Open
index.htmlin your browser. - Enjoy the game!
.png)