AbstractMultiThreadSnakeAI |
Any snake using a multithread tree-search could extend this abstract class it
contains basic constant fields, related to the field name in json call from
BattleSnake.
|
AbstractSearchSnakeAI |
Any snake using a search could extend this abstract class it contains basic
constant fields, related to the field name in json call from BattleSnake.
|
AbstractSimpleSnakeAI |
Any snake simple should extend this abstract class will contains basic constant
fields, related to the field name in json call from BattleSnake.
|
AbstractSnakeAI |
Any snake should extend this abstract class it contains basic constant
fields, related to the field name in json call from BattleSnake.
|
AbstractTreeSearchSnakeAI |
Any snake using a tree-search could extend this abstract class it contains
basic constant fields, related to the field name in json call from
BattleSnake.
|
ExpertSnake |
Expert snake.
|
Snake.Handler |
Handler class for dealing with the routes set up in the main method.
|