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.html
in your browser. - Enjoy the game!