This is a classic memory game built using Vanilla JavaScript, HTML, and CSS. The game was created based on a tutorial by [Ania Kubow]https://www.youtube.com/aniakubow, but I added my own custom styles and extra features such as a reset button and a timer.
- Memory Game: The player has to match pairs of cards.
- Timer: A timer that counts how long it takes to complete the game.
- Reset Button: The game can be reset to start again from scratch.
- Custom Styles: The game has custom styles to enhance the user experience.
- Click on any two cards to flip them over.
- If the two cards match, they remain face up.
- If the cards don't match, they will flip back over.
- The game continues until all pairs have been matched.
- The timer tracks how long it takes you to complete the game.
- You can reset the game at any time using the "Reset" button.
- HTML: Used to structure the game layout.
- CSS: Styled the game elements for a custom look.
- JavaScript (Vanilla): Handles the game logic, timer, and reset functionality.