| BaseBot |
Abstract bot class that takes care of communication between the bot and the server and sends
notifications through the event handlers.
|
| Bot |
Abstract bot class provides convenient methods for movement, turning, and firing the gun.
|
| BotInfo |
Bot info contains the properties of a bot.
|
| BotResults |
Represents individual bot results.
|
| BotState |
Represents the current bot state.
|
| BulletState |
Represents the state of a bullet that has been fired by a bot.
|
| Constants |
Constants.
|
| DefaultEventPriority |
Default event priorities values.
|
| GameSetup |
Game setup retrieved when game is started.
|
| GameType |
Predefined game types.
|
| InitialPosition |
Initial starting position containing a start coordinate (x,y) and the shared direction of the body, gun, and radar.
|