Package it.polimi.ingsw.server.model

  • Class Summary 
    Class Description
    Board
    Represents the Board of the game.
    Cell
    This class represents a board's cell structure.
    Game
    Represents the game with its main components.
    Player
    A player of the game.
    Worker
    The worker owned by a player.
    WorkerBuildMap
    Represents the positions adjacent to the worker, in which he may or may not build, depending on the boolean value of the cell.
    WorkerMap
    A 3x3 matrix that represents the cells adjacent to the worker.
    WorkerMoveMap
    Represents the positions adjacent to the worker, in which he may or may not move, depending on the boolean value of the cell.
  • Enum Summary 
    Enum Description
    Color
    Defines the available colors in the game.
    Sex
    Sex of a worker.