All Classes
-
Class Summary Class Description AbstractBestFirstSearch This abstract BestFirst search, provide basic method use in any search using Best First type of searchAbstractDecisionNode This abstract node class is the based of all node class, provide basic update Score Currently using Paranoid only, I hope to add MaxN soonAbstractEvaluationNode This abstract evaluation node class is the based of all node class methods evaluation, provide evaluation method use in any node.AbstractHazard Abstract hazard classAbstractMCTS This abstract MCTS search, provide basic method use in any search using MCTS type of searchAbstractMultiThreadSnakeAI 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.AbstractNode This abstract node class is the based of all node class, provide basic method use in any node.AbstractRoyaleNode This abstract royale node class is the based of all node class, provide basic method use in any node for royale rules.AbstractRoyaleSearch This abstract Royale search, provide basic method use in any search in battlesnake royale modeAbstractSearch This abstract search class is the based of all search class, provide basic method use in any search.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.AbstractSquadSearch This abstract Squad search, provide basic method use in any search in battlesnake squad modeAbstractStandardSearch This abstract Standard search, provide basic method use in any search in battlesnake standard modeAbstractTreeSearchSnakeAI 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.BattleSnakeConstants This class keep some constant valueBoardInfo Data related to a Snake in non-squad modesConstrictorNode This Constrictor node class must be use only in constrictor mode.ConstrictorSearch This Constrictor search add the possibility to play Constrictor mode It start by search the smallest branch and expand it (256 times) then : 1.CorsFilterUtils This class is used by the "webserver" to accept use CORS header to let a https webpage to call snakes directly Really simple helper for enabling CORS in a spark application;DuelNode This Duel node class must be use when only 2 snakes left, and in standard mode.ExpertSnake Expert snake.FloodFillSnake FloodFill snake.FoodInfo FoodInfo is the class that contain all the informations and related methods to foodsFourNode This FourNode class must be use when only 3 or 4 snakes left, and in standard mode.GameRuleset GameRuleset is the class that contain all the informations and related methods to Game rulesetHazardSquare HazardSquad is the class that contain all the informations and related methods to hazards, using square to searchLimitedMoveRoyaleSearch This abstract Standard search based on RoyaleSearch provide methods to prevent snake to move in particular direction Royale modeManyNode This ManyNode class must be use when more than 4 snakes left, and in standard mode.MctsSearch This MCTS search was used during the Spring 2021 league Nessegrev-Gamma snake It start by search the smallest branch and expand it (500 times) then : 1.NodeUtil This NodeUtil classRegularSearch This regular search was used during the Winter classic 2020 by my Beta and Gamma snake It start by search the smallest branch and expand it (100 times) then : 1.RightSnake Right snake.RoyaleDuelNode This Royale Duel node class must be use when only 2 snakes left, and in royale mode.RoyaleFourNode This Royale FourNode class must be use when only 3 or 4 snakes left, and in royale mode.RoyaleSearch This regular search was used during the Spring 2021 league Nessegrev-Beta snake It start by search the smallest branch and expand it (12 times) then : 1.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.SnakeGeneticConstants This class keep some Evaluation constant valueSnakeInfo Data related to a Snake in non-squad modesSquadNode This Squad node class must be in squad modeSquadRuleset SquadRuleset is the class that contain all the informations and related methods to Squad rulesetSquadSearch This squad search not used yetWrappedRoyaleNode This Royale FourNode class must be use when only 3 or 4 snakes left, and in royale mode.WrappedRoyaleSearch This regular search was used during the Spring 2022 league Nessegrev-Beta snake for the wrapped mode It start by search the smallest branch and expand it (12 times) then : 1.