https://github.com/zetsux/bouncing-ball-app
🔴 An application to spawn balls and watch them bounce after each collide infinitely
https://github.com/zetsux/bouncing-ball-app
bouncing-ball java
Last synced: about 2 months ago
JSON representation
🔴 An application to spawn balls and watch them bounce after each collide infinitely
- Host: GitHub
- URL: https://github.com/zetsux/bouncing-ball-app
- Owner: zetsux
- Created: 2022-12-10T07:12:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T07:17:10.000Z (over 3 years ago)
- Last Synced: 2025-02-04T04:29:45.372Z (over 1 year ago)
- Topics: bouncing-ball, java
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bouncing Ball Application
A simple application created using Java,
able to spawn balls that will bounce when
hitting the wall or each other
[Features]
- Spawn numbered/lettered balls with a random color by clicking letters or numbers on keyboard
- The balls are able to bounce when hitting the wall
- The balls are able to bounce when colliding with another ball