Class Snake


  • public final class Snake
    extends Object
    Snake server that deals with requests from the snake engine. This class route the incoming transaction to the right object/method. Based on the starter-snake-java of Battlesnake
    Version:
    Spring 2021
    • Field Detail

      • JSON_MAPPER

        private static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
        Mapper to transform JSON into java object
      • HANDLER

        private static final Snake.Handler HANDLER
        Handle the API calls
      • LOG

        private static final com.google.common.flogger.FluentLogger LOG
        Logger
      • snakeType

        private static String snakeType
        SnakeType define by program parameter Default: undefined
      • port

        private static String port
        Port number define by config file or program parameter. Default: 8081
    • Constructor Detail

      • Snake

        private Snake()
        Unused constrictor
    • Method Detail

      • main

        public static void main​(String[] args)
        Main entry point.
        Parameters:
        args - first parameter snakeType (required), second parameter port (optional)
      • loadProperties

        private static void loadProperties​(String snakeType)
        Load Snake properties to get port number
        Parameters:
        snakeType - Which type of snake
      • loadEvaluationValue

        private static void loadEvaluationValue()
        Load evaluation properties to get genetic value