Package edu.isi.gamebots.client

Contains the core classes needed to create a JavaBot.

See:
          Description

Interface Summary
GamebotsClient.Listener Interface for listening to a GamebotsClient.
GamebotsConstants This interface defines several constants often used by GamebotsClients and Bots.
VizTool This is the interface for all Java vizualization clients.
 

Class Summary
Bot This is the base class for all Java Bots.
BotRunnerApp This application is a test platform for any Bot or VizTool implementation.
GamebotsClient This class is a JavaBean client for the Gamebots server.
GamebotsClient.Adapter Simple implementation of a GamebotsClient.Listener.
GamebotsConstants.TeamColorMap The following is a means for constants (liek Team IDs) to be mapped to useful objects.
Message  
MessageBlock  
 

Package edu.isi.gamebots.client Description

Contains the core classes needed to create a JavaBot.