Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)