Memory Game is a classic memory game where the player must find all the matching pairs of cards. It's a great way to test and improve your short-term memory while having fun!
- Simple and intuitive user interface
- Colorful and attractive graphics
- Background music and sound effects
HTML
CSS
Javascript
-
Clone the repository:
git clone https://github.com/gitdigit/memory-game.git
-
Navigate to the project directory:
cd memory-game
-
Open
index.html
in your browser to play the game.
- Click on a card to flip it.
- Click on another card to find the matching pair.
- Continue finding all the pairs to win the game.
- Use the reset button to start a new game.
Contributions are welcome! To contribute:
- Fork the project.
- Create your feature branch (
git checkout -b feature-amazing
). - Commit your changes (
git commit -m 'Add an amazing feature'
). - Push to the branch (
git push origin feature-amazing
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.