Color Guessing Game A simple and fun color guessing game built using React. The game challenges you to guess the correct color based on a randomly generated color displayed in a box. The game tests your speed and accuracy as you make color selections.
Features
- Random target color is generated at the beginning of each round.
- You are presented with multiple color options, including the target color.
- Correct guesses reward you with points.
- You have 3 lives throughout the entire game session.
- After 3 wrong guesses, the game ends, and a "Game Over" message is displayed.
- A "New Game" button allows you to restart the game anytime.
How to Play
- The game will display a box with a random color.
- You need to select the button that matches the color in the box.
- Each correct guess increases your score by 5.
- If you make a wrong guess, your remaining lives decrease by 5.
- Once your lives reach 0, the game ends, and you are shown your final score.
Tech Stack React: Frontend framework for building the game. Tailwind CSS: Utility-first CSS framework for styling the app.