Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisseto/java-dot-ball
Class Hierarchy for a future game
https://github.com/chrisseto/java-dot-ball
Last synced: about 1 month ago
JSON representation
Class Hierarchy for a future game
- Host: GitHub
- URL: https://github.com/chrisseto/java-dot-ball
- Owner: chrisseto
- Created: 2013-10-20T01:31:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T20:56:15.000Z (over 11 years ago)
- Last Synced: 2024-11-08T23:16:48.622Z (3 months ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java-Dot-Ball
=============Class Hierarchy for a future game
### Abstract Class Ball
* Position
* Size
* Speed
* Draw method### Class Player extends Ball
* Handles input### Class EnemyBall extends Ball
* Flocking algorithm### Fininshed Class
* Timer.java
* BVector.java (maybe, might require more static methods)