Skip to content

ninjahawk/ColorCatcher

Repository files navigation

Color Catcher

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.

Play using Netlify

Tap this link to play!

Table of Contents

Features

  • Simple and intuitive gameplay.
  • Randomly appearing colored dots.
  • High score saving using browser's localStorage.
  • Responsive design suitable for various devices.

Getting Started

Prerequisites

To run this game locally, you need a web browser that supports HTML5, CSS3, and JavaScript.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/color-catcher.git
  2. Navigate to the project directory:
    cd color-catcher
  3. Open index.html in your preferred web browser.

Usage

  • 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!

Game Mechanics

  • 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.

Built With

  • HTML5
  • CSS3
  • JavaScript

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Open a pull request.

License

This project is licensed under the ColorCatcher License - see the LICENSE file for details.

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages