Class GameRuleset


  • public class GameRuleset
    extends Object
    GameRuleset is the class that contain all the informations and related methods to Game ruleset
    Version:
    Spring 2022
    Author:
    carl.lajeunesse
    • Field Detail

      • hazardDamage

        private final int hazardDamage
        Hazard damage per turn
      • foodSpawnChance

        private final int foodSpawnChance
        Food spawn chance (0% - 100%)
      • minimumFood

        private final int minimumFood
        Minimum food on board
      • gameType

        private final int gameType
        game type 0 = Standard 1 = constructor 2 = royale 3 = wrapped 4 = squad
      • skrinkSpeed

        private final int skrinkSpeed
    • Constructor Detail

      • GameRuleset

        public GameRuleset​(com.fasterxml.jackson.databind.JsonNode node)
        Object containing all game info
        Parameters:
        node - root node
    • Method Detail

      • getHazardDamage

        public int getHazardDamage()
        Get Damage per turn
        Returns:
        hazard Damage per Turn
      • getFoodSpawnChance

        public int getFoodSpawnChance()
        Get Food spawn chance
        Returns:
        the foodSpawnChance
      • getMinimumFood

        public int getMinimumFood()
        Get Minimum food on board
        Returns:
        the minimumFood
      • getGameType

        public int getGameType()
        Return game type
        Returns:
        the gameType
      • getRuleset

        public String getRuleset()
        Return game type
        Returns:
        the gameType
      • applySquadRules

        public void applySquadRules​(List<SnakeInfo> snakes)
        Apply Squad rule to all snakes
        Parameters:
        snakes - list of snakes
      • getSkrinkSpeed

        public int getSkrinkSpeed()
        Returns:
        skrink Speed (royale mode)