Class AbstractRoyaleNode

    • Constructor Detail

      • AbstractRoyaleNode

        protected AbstractRoyaleNode​(List<SnakeInfo> snakes,
                                     FoodInfo food,
                                     AbstractHazard hazard2,
                                     BoardInfo boardInfo)
        Constructor with snakes and food information
        Parameters:
        snakes - List of snakes
        food - Food information
        hazard2 - Hazard Info
        boardInfo - Board Information
    • Method Detail

      • adjustHazardScore

        protected void adjustHazardScore()
        Adjust our snake score according if our head is in hazard
      • listAreaControl

        protected void listAreaControl()
        Generate score based on the area control by the snake. Using a kind of voronoi algo.
        Overrides:
        listAreaControl in class AbstractEvaluationNode
      • removeHazardZone

        private void removeHazardZone​(int[][] board)
        Remove hazard from the control Area because there's no value to control hazard area
        Parameters:
        board - Board array
      • adjustScodeBasedonBoardControl

        protected void adjustScodeBasedonBoardControl​(int[][] board)
        Adjust the score based on number of square controls by snakes The board array contain the snake number from 1 to X snakes
        Overrides:
        adjustScodeBasedonBoardControl in class AbstractEvaluationNode
        Parameters:
        board - Board array
      • addFoodValue

        private void addFoodValue​(int[][] board,
                                  int[] count)
        Adding value if a food is in the controlled area
        Parameters:
        board - Board array
        count - Count array