A simple and engaging Memory Game built with JavaScript, HTML, and CSS. This game challenges your memory skills by asking you to match pairs of cards. It's a fun way to practice and improve your short-term memory!
- Dynamic Card Matching: Match pairs of cards to win.
- Responsive Design: Play on any device, from desktops to mobile screens.
- Restart Option: Restart the game at any time with a single click.
- Smooth Animations: Interactive flip animation.
- HTML5: For the structure and layout.
- CSS3: For styling and responsive design.
- JavaScript: For game logic and interactivity.
- Clone the Repository
git clone https://github.com/your-username/memory-game.git
- Navigate to the project directory:
cd memory-game
- Open the
index.html
file in any modern web browser to start playing.
- Click on any card to reveal its symbol.
- Click on another card to find its match.
- If the cards match, they remain revealed. If not, they flip back.
- Match all card pairs to win the game!
- Click the Restart button to reset and play again.
- Live Demo: Memory Game
- Repository: GitHub Repository