This project implements a classic Memory Game using HTML, CSS, and JavaScript. The game involves flipping pairs of cards to find matching pairs.
- HTML
- CSS
- JavaScript
- Interactive Gameplay: Click on cards to flip them and match pairs.
- Move Counter: Tracks the number of moves made during gameplay.
- Restart Game: Option to restart the game and shuffle cards.
- Responsive Design: Ensures the game is playable across different devices.
- index.html: Main HTML file containing the game structure.
- style.css: CSS file for styling the game interface.
- script.js: JavaScript file for game logic and interaction.
-
Clone the repository: git clone https://github.com/dveersingh000/CodeClauseInternship_Memory-Game.git
-
Open
index.html
in a web browser to start playing the game.
- Click on any card to reveal its image.
- Try to find matching pairs of cards by remembering their positions.
- If the faces of both flipped cards match, they remain face up.
- If not, both cards flip back face down.
- Continue until all pairs are matched to complete the game.
Developed by Dharamveer Singh as part of the Web Development Internship at CodeClause.
- This project was inspired by the concept of memory games.
- Built as part of a web development internship.