"Click on Shape in One Second" is a simple yet challenging game developed using JavaScript. The objective is to click on a circular shape that appears randomly on the screen within one second. If you take more than one second, you fail the level.
- Random Shape Appearance: Circular shapes appear randomly on the screen,
- Time Limit: Players have one second to click on the shape,
- Fail Condition: Taking more than one second to click the shape results in failure,
- Interactive UI: Simple and engaging user interface.
- HTML
- CSS
- JavaScript
- Open the game in your browser.
- Start the game by clicking the "Start" button.
- A circular shape will appear randomly on the screen.
- Click on the shape within one second.
- If you take more than one second, you fail the level and the game ends.
- Clone the repository:
git clone https://github.com/PrashantPKP/Click-on-shape-in-one-second-Game-using-javascript.git
- Navigate to the project directory:
cd Click-on-shape-in-one-second-Game-using-javascript - Open
index.htmlin your preferred browser.
This project is licensed under the MIT License. check it for more details.
Contributions are welcome! just simply create a new branch and contribute.