A simple physics-based game made using JavaScript.
- The objective of the game is to keep the ball in the air for the longest duration of time possible.
- Once the ball hits the 'ground', score resets to zero.
- Additional points are awarded on successfully hitting the 'roof'.
- Gravity inverts after every 10 successful clicks, after which the 'ground' and the 'roof' are interchanged.
- Radius changes after every click.
- Gravity changes after 10 successful clicks.
- Countdown for gravity change is displayed at the bottom (thank us later)
- For best experience, or in case of any issues with the rendering, just refresh the page.