Package ai.nettogrof.battlesnake.snakes
This package contains all "Snakes" classes
- Author:
- carl.lajeunesse
-
Class Summary Class Description 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.BasicSnake Basic snake.ExpertSnake Expert snake.FloodFillSnake FloodFill snake.RightSnake Right snake.Snake Snake server that deals with requests from the snake engine.Snake.Handler Handler class for dealing with the routes set up in the main method.