pieces library
Contains all the classes of the chess pieces and its native movements.
Classes
- Bishop
- Implentation class for the bishops.
- Empty
- Special implentation class for the pieces, it represents all the Empty squares.
- King
- Implentation class for the kings.
- Knight
- Implentation class for the knights.
- Pawn
- Implentation class for the pawns.
- Piece
- Generic class for the pieces all the types of pieces implement this class.
- Queen
- Implentation class for the queens.
- Rook
- Implentation class for the rooks.