A simple memory match game built using HTML, CSS, and JavaScript.
- Open the game in your web browser.
- Click on the cards to flip them and reveal their colors.
- Match pairs of cards with the same color.
- The game ends when all pairs are matched.
- Fork the repository.
- Create your feature branch:
sh git checkout -b feature/your-feature
- Commit your changes:
sh git commit -m 'Add some feature'
- Push to the branch:
sh git push origin feature/your-feature
- Open a pull request.