Welcome to the Crystal Matching Game! This simple web-based game is written in JavaScript, HTML, and CSS, and it's designed to test your memory and matching skills. The goal of the game is to match pairs of crystals with the same color.
In the Crystal Matching Game, you will be presented with a grid of colored crystals. Your objective is to click on two crystals to reveal their colors. If the two revealed crystals have the same color, they will remain visible, and you will earn a point. If they have different colors, they will flip back face down, and you'll need to try again. The game continues until you've matched all the pairs or until you decide to reset and start over.
- Clone or download this repository to your local machine.
- Open the
index.htmlfile in your preferred web browser. - Click on any two crystals to reveal their colors.
- If the colors match, you earn a point, and the crystals remain visible.
- If the colors do not match, the crystals will flip back face down.
- Continue until you've matched all the crystal pairs or choose to reset the game.
- Responsive design for various screen sizes.
- Randomized crystal placement for each game.
- Score tracking to keep track of your progress.
- Option to reset the game at any time.
- Clone this repository to your local machine using the following command:
Save to grepper git clone https://github.com/your-username/crystal-matching-game.git
css Copy code
- Navigate to the project directory:
Save to grepper cd crystal-matching-game
csharp Copy code
- Open the
index.htmlfile in your web browser. - Start matching the crystal pairs by clicking on two crystals at a time.
- Keep an eye on your score and try to match all the pairs.
- To reset the game, click the "Reset" button.
Contributions to this project are welcome! If you have any ideas for improvements, new features, or bug fixes, please open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use