********************** Pieces ********************** Everything to do with pieces. WhitePawn and BlackPawn can be directly overidden to change the settings for the starting row, promotion region, and the list of pieces it can promote to. Piece ========== .. class:: interface Piece, M : Move, GM: GameMove, P: Piece, C: Coordinate> Represents a piece. Contains the player that owns the piece and appropriate movement types. Methods ------- .. function:: fun getSymbol(): String Returns a unique symbol of the piece for the console game.