Package world

Interface Summary
Direction Interface that implements the direction constants.
ID Interface to specify an object is comparable and has the ID.getId() method.
Locality Interface to specify an object which has locality in the world (associated with a tile).
 

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.
 



Copyright 2002 Allen D. Ball. All rights reserved.