A responsive and accessible Memory (Concentration) card game built with HTML, CSS, and JavaScript.
- 4x4 and 6x6 grid options
- Smooth card flip animations
- Timer and moves counter
- Star rating system
- Local storage for best scores
- Keyboard controls for accessibility
- Responsive design for all devices
- No external dependencies
- Open
memory-game.htmlin a web browser - Click or use keyboard (Tab + Enter/Space) to flip cards
- Find matching pairs to win
- Try to complete the game with as few moves as possible
- Switch between 4x4 and 6x6 grids using the buttons
- Pure HTML, CSS, and JavaScript implementation
- No external libraries or dependencies
- Fully responsive design using CSS Grid
- Accessible with ARIA attributes and keyboard controls
- Local storage for persistent high scores
- Clone the repository
- Open
memory-game.htmlin a web browser - Or serve using a local HTTP server:
python3 -m http.server 8000
- Visit
http://localhost:8000/memory-game.html