Packages

package gameFieldBaseImpl

Type Members

  1. class ChessGameFieldBuilder extends GameFieldBuilder with ChessGameFieldBuilderInterface

    Responsible of initialising a new GameField

  2. class GameField extends GameFieldInterface

    The GameField of our Chess Game, realized as a Vector of Figures

  3. case class Rules(gameField: GameField) extends Product with Serializable

    Connects the Chess Rules to a GameField

    Connects the Chess Rules to a GameField

    gameField

    GameField to which the Rules are applied

Ungrouped