Class GameConstants

java.lang.Object
it.polimi.ingsw.eriantys.model.GameConstants

public class GameConstants extends Object
A class representing all the constants parameters of the game itself.
  • Field Details

  • Method Details

    • getCloudSize

      public int getCloudSize()
      A getter for the number of students on the cloud tiles of the Board.
      Returns:
      the quantity of students on a cloud tile
    • getCloudNumber

      public int getCloudNumber()
      A getter for the number of cloud tiles on the Board.
      Returns:
      the total quantity of cloud tiles
    • getEntranceSize

      public int getEntranceSize()
      A getter for the number of students on a SchoolBoard entrance.
      Returns:
      the quantity of students on the entrance of a Player's SchoolBoard
    • getTowerNumber

      public int getTowerNumber()
      A getter for the number of towers on a SchoolBoard.
      Returns:
      the quantity of towers on a Player's SchoolBoard