A simple memory game built with HTML, CSS, and JavaScript.
This game features a grid of cards that players flip over to find matching pairs. Each turn, two cards are flipped, and if they match, they remain face-up; otherwise, they're flipped back. The game ends when all pairs are found.
- Clone the repository.
- Open the
index.html
file in a web browser. - Click on the cards to flip them.
- Find all matching pairs to win the game.
- Responsive grid layout for different screen sizes.
- Randomized card positions for each game session.
- Basic matching logic with visual feedback.
- HTML
- CSS
- JavaScript