Memory Game ðŸ§
Memory Game is a simple and fun card matching game built using HTML, CSS, and JavaScript. The goal is to find all matching pairs of cards in the shortest time possible and with the fewest moves.
Features
Flip cards to find matching pairs
Track time in seconds
Count moves to complete the game
Responsive layout for desktop and mobile
Restart the game at any time
How to Play
Click on a card to reveal it.
Click on another card to find its match.
If the cards match, they stay flipped.
If not, they flip back after 1 second.
Continue until all cards are matched.
Check your time and moves to see your score!
Installation / Running Locally
Clone the repository:
git clone https://github.com/MuradIsazade777/Memory-Game.git
Navigate to the project folder:
cd memory-game
Open index.html in your browser.
Technologies Used
HTML5
CSS3 (Grid layout, transitions, animations)
JavaScript (DOM manipulation, timers, event listeners).