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.
- 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.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Anthony01M/chain-reaction-game.git
- Navigate to the project directory:
cd chain-reaction-game
- Open
index.html
in your browser to play the game.
- Click on any circle to start the chain reaction.
- Watch as the circles grow and disappear, triggering other circles.
- Once all circles are gone, the time taken will be displayed in a modal.
- Click the "Restart" button in the modal to play again.
This game is intended for educational and entertainment purposes only.
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.