Class Summary |
Command |
Abstract class that implements robot commmands to send to the game
server. |
DropCommand |
Class that implements robot drop commmands. |
Main |
Provides the main() function for the robot, a ICFP-2002 programming
contest entry. |
MoveCommand |
Class that implements robot move commmands. |
NoopCommand |
Class that implements robot pick[-up] commmands. |
PickCommand |
Class that implements robot pick[-up] commmands. |
PkgCommand |
Abstract class that implements robot package commmands. |
Player |
Class that implements a player in the ICFP-2002 programming contest. |
Strategy |
Abstract Class that implements a player strategy for the ICFP-2002
programming contest. |