Crate chess_engine[][src]

Structs

Essentially a container for a single piece on a board.

Enums

The color of a piece.

The result of a move being played on the board.

A move that can be applied to a board. When applied to a board, the board assumes that the move is being applied for the current turn’s player.

A piece on a board.

Constants

Traits

Evaluate a board and extract information, such as the best and worst moves.