edu.isi.gamebots.examples
Class ExampleBot

public class ExampleBot
extends Bot
This example implementation the Bot class shows basic message handling, Bot control, and and uses UTMapUI for a map in its user interface.
Author:
Andrew n marshall
Field Detail

pathComparator

protected static final Comparator pathComparator
Compares Paths based on theta. Note: this comparator imposes orderings that are inconsistent with equals(...).

selfLock

protected final Object selfLock
This lock is used to synchronized reads from/writes to the various state variables.