Project Demo
This is a simple memory game built with HTML, CSS, and JavaScript. The game is designed to be simple and easy to understand. It is a great project to start with if you are new to web development.
Key Features
- Dynamic Card Grid: Cards are randomly shuffled and displayed in a grid
- Card Matching Logic: Players flip two cards at a time to find matching pairs. Incorrect pairs flip back, while matched pairs stay visible.
- Mobile-Friendly Design: The game is optimized for both desktop and mobile devices.
- Restart Button: Players can restart the game at any time
Technologies Used
- HTML
- JavaScript
- CSS
Reflection
Building this Memory Game helped me deepen my understanding of event handling and DOM manipulation in JavaScript. One of the challenges was implementing the card flipping and matching logic while ensuring a smooth user experience.