|
Class Summary |
| BaseTile |
Class that implements home base tiles for the ICFP-2002 programming
contest entry. |
| Board |
Class that implements the board for the ICFP-2002 programming contest
entry. |
| IdMap |
Class that implements an ID map. |
| IdMapTableModel |
This class implements a TableModel for IdMaps. |
| OpponentRobot |
Class that implements robots for the ICFP-2002 programming contest
entry. |
| Path |
Class to record paths through tiles. |
| PathKey |
Class to record paths through tiles. |
| Pkg |
Class that implements packages for the ICFP-2002 programming contest
entry. |
| PlainTile |
Class that implements plain tiles for the ICFP-2002 programming
contest entry. |
| PlayerRobot |
Class that implements robots for the ICFP-2002 programming contest
entry. |
| Robot |
Class that implements robots for the ICFP-2002 programming contest
entry. |
| RobotMap |
Class that implements an ID map. |
| Sack |
Class that implements a container for packages. |
| Tile |
Abstract class that implements board tiles for the ICFP-2002
programming contest entry. |
| WallTile |
Class that implements wall tiles for the ICFP-2002 programming
contest entry. |
| WaterTile |
Class that implements water tiles for the ICFP-2002 programming
contest entry. |
| World |
Class that implements the World representation for the simulation in
the ICFP-2002 programming contest. |