Class DuelNode


  • public class DuelNode
    extends AbstractEvaluationNode
    This Duel node class must be use when only 2 snakes left, and in standard mode. Used by Nessegrev-Gamma in the Spring 2021 league
    Version:
    Spring 2021
    Author:
    carl.lajeunesse
    • Constructor Detail

      • DuelNode

        public DuelNode​(List<SnakeInfo> snakes,
                        FoodInfo foodInfo,
                        BoardInfo boardInfo)
        Constructor, set the information and evaluate/ set score directly
        Parameters:
        snakes - List of snakes
        foodInfo - Food information
        boardInfo - Board Information
    • Method Detail

      • setScore

        private void setScore()
        Sets the node score