|
Class Summary |
| Arena |
Arena
to include a RoboPit and all its accoutrements |
| Arena1 |
Arena1
to include a RoboPit and all its accoutrements
and enable StupidRobots to launch |
| Arena2 |
Arena2
to include a RoboPit and all its accoutrements
and enable RandomRobots to launch |
| Arena3 |
Arena3
to include a RoboPit and all its accoutrements
and enable ClingerRobots to launch |
| ClingerRobot |
ClingerRobot moves around its rectangle. |
| Ex1 |
|
| Ex2 |
|
| HObstacle |
HObstacle for vertical obstacles to be placed in the RoboPit |
| Obstacle |
abstract class Obstacle
covers both vertical obstacles VObstacle
and horizontal HObstacle
both of which extends Obstacle |
| RandomRobot |
RandomRobot moves around, bouncing around the rectangle. |
| RoboPit |
RoboPit
A place for robots to wander around in
It will be filled up with obstacles with the addObstacles method
default size 500*500 with top left corner at (10,10)
obstacles will be (SIZE/6)*(SIZE/50) with separation of SIZE/12 |
| Robot |
Robot moves around a bunch of obstacles. |
| StupidRobot |
StupidRobot moves in a line passing through all obstacles |
| VObstacle |
VObstacle for vertical obstacles to be placed in the RoboPit |