Module chess_computer::chess_board
source · Modules
Structs
- An iterator over the variants of GameEndStatus
- An iterator over the variants of PieceColor
- Event sent by the ChessBoard to notify that a piece has been placed on the board.
- Event sent by the ChessBoard to notify that a piece has been moved.
- An iterator over the variants of PieceType
- Event sent to the ChessBoard to request that a move is made.
- Event sent to the ChessBoard to reset it with the given Fen.
Enums
Constants
Functions
- setup 🔒