Class Summary |
AbstractAlgorithm |
An extremely crude foundation for an algorithmic class hierarchy |
AStar |
AStar.java |
Dangler |
Orbits the human-controlled object. |
EscapeRadius |
|
ExpectiMinimax |
ExpectiMinimax.java |
NPSolver |
NPSolver.java |
Orbiter |
Orbits the human-controlled object. |
PongAlgorithm |
Tracks the x location of an object and attempts to match x-position by firing
associated events. |
PongAlgorithmSmart |
PongAlgorithmSmart.java |
Tag |
Tracks the x and y location of an object and attempts to match them by firing
associated events. |
XFollower |
Tracks the x location of an object and attempts to match x-position by firing
associated events. |
YFollower |
Tracks the x location of an object and attempts to match x-position by firing
associated events. |