Class AbstractSimpleSnakeAI

  • Direct Known Subclasses:
    BasicSnake, FloodFillSnake

    public abstract class AbstractSimpleSnakeAI
    extends AbstractSnakeAI
    Any snake simple should extend this abstract class will contains basic constant fields, related to the field name in json call from BattleSnake. Also some method that any snake must implements.
    Version:
    Summer 2022
    Author:
    carl.lajeunesse
    • Constructor Detail

      • AbstractSimpleSnakeAI

        protected AbstractSimpleSnakeAI()
        Basic / unused constructor
      • AbstractSimpleSnakeAI

        protected AbstractSimpleSnakeAI​(String gameId)
        Constructor with the gameid,
        Parameters:
        gameId - String of the gameid field receive in the start request.
    • Method Detail

      • getBestPossibleMove

        protected String getBestPossibleMove​(Map<String,​Integer> possiblemove)
        Return the best move from the map
        Parameters:
        possiblemove - map of possible move
        Returns:
        move as String