Skip to content

Anthony01M/chain-reaction-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chain Reaction Game

This project is a simple implementation of a chain reaction game where the player initiates one action, and it sets off a series of events to reach a goal.

Features

  • Click on a circle to start a chain reaction.
  • Circles grow and disappear, triggering other circles within their area.
  • Timer to track the time taken for the chain reaction to complete.
  • Result displayed in a modal with a restart button.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/chain-reaction-game.git
  2. Navigate to the project directory:
    cd chain-reaction-game
  3. Open index.html in your browser to play the game.

Usage

  1. Click on any circle to start the chain reaction.
  2. Watch as the circles grow and disappear, triggering other circles.
  3. Once all circles are gone, the time taken will be displayed in a modal.
  4. Click the "Restart" button in the modal to play again.

Disclaimer

This game is intended for educational and entertainment purposes only.

License

This project is licensed under the MIT License. See the LICENSE file for details.


This project is part of my portfolio. Feel free to check out my other projects on GitHub.