A simple memory matching game built using HTML, CSS, and JavaScript.
Players flip blocks to find matching pairs and track their attempts.
- Flip blocks to find matching pairs
- Count number of wrong tries
- Randomized block order on each game start
- Player can enter their name before starting the game
- Simple and responsive interface
- Interactive alerts using SweetAlert2
- HTML
- CSS
- JavaScript
- SweetAlert2 (for player name input and alerts)
- Open
index.htmlin your browser - Click on the span to enter your name
- Flip blocks by clicking on them
- Try to find all matching pairs
- The number of wrong tries will be displayed
Memory-Game βββ
βββ index.html
βββ main.css
βββ main.js
βββ README.md