Color Catcher is an interactive web-based game where players must click on appearing colored circles to score points. The game includes power-ups that add time or extra points, and the objective is to score as many points as possible before time runs out. High scores are saved using localStorage
.
- Simple and intuitive gameplay.
- Randomly appearing colored dots.
- High score saving using browser's
localStorage
. - Responsive design suitable for various devices.
To run this game locally, you need a web browser that supports HTML5, CSS3, and JavaScript.
- Clone the repository:
git clone https://github.com/your-username/color-catcher.git
- Navigate to the project directory:
cd color-catcher
- Open
index.html
in your preferred web browser.
- Click the "Start" button to begin the game.
- Click on the appearing colored dots to earn points.
- Avoid letting dots disappear and be sure to not mistap to keep the game going.
- Try to beat your high score!
- Colored dots appear randomly within the game container.
- Clicking on dots increases the score.
- Player has three lives, after their life counter is zero the game will end.
- HTML5
- CSS3
- JavaScript
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request.
This project is licensed under the ColorCatcher License - see the LICENSE file for details.
- Ninjahawk for being the sole developer.
- Beefed69 for the awesome background.
- Google Fonts for the Roboto font.