Package it.polimi.ingsw.server.controller

  • Class Summary 
    Class Description
    GameController
    Controls the flow of the setup of the game.
    GodController
    Manages communication between the Gods and the clients.
    TurnHandler
    Allows to handle the turns of the players, from the beginning, when the game parameters need to be set, until when one of the players wins the game.
  • Exception Summary 
    Exception Description
    UnableToBuildException
    Thrown when the selected worker is unable to build in his turn.
    UnableToMoveException
    Thrown when the selected worker is unable to build in his turn.
    WinException
    Thrown when a player wins the game.