A simple, fun web game where players click a button as many times as possible within a set time limit. The game is implemented using HTML, CSS, and JavaScript. It’s an excellent project for beginners to practice their web development skills.
- Countdown timer
- Score counter
- Start and end game states
- Open the
index.html
file in a web browser. - Click the button as many times as you can before the time runs out.
- Your score will be displayed at the end of the game.
- HTML
- CSS
- JavaScript
- Clone the repository.
git clone https://github.com/Abhrankan-Chakrabarti/ClickButtonGame.git
- Open
index.html
in your web browser to start playing.
You can play the game online here.
- Add different levels with varying time limits.
- Include sound effects for button clicks and end game.
- Implement high score tracking.
Feel free to contribute and make this game more exciting!
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License.