package gameFieldBaseImpl
Type Members
- class ChessGameFieldBuilder extends GameFieldBuilder with ChessGameFieldBuilderInterface
Responsible of initialising a new GameField
- class GameField extends GameFieldInterface
The GameField of our Chess Game, realized as a Vector of Figures
- case class Rules(gameField: GameField) extends Product with Serializable
Connects the Chess Rules to a GameField