Package castle.comp3021.assignment.protocol

  • Class Summary 
    Class Description
    Configuration
    Game configuration, including: 1.
    Game
    The Game class
    Move
    Move class represent a move made by a Player, moving a piece from one Place to another Place.
    MoveRecord  
    Piece
    The abstract class that a game piece should extend.
    Place
    A square (position, place) in the gameboard.
    Player
    Player interface for the game.
  • Enum Summary 
    Enum Description
    Color