[][src]Crate fen4

Structs

Board

The board representation of a 4 player chess game. Board can be converted to and from a String in the fen4 format

Extra

Additional options in the FEN4 format stored as a list of key value pairs.

Position

Position on the board e.g. a4

Enums

BoardParseError
Color

Color modifier for pieces

Piece

Simple representation of pieces that allows all types of fairy pieces The trick is to just use the character that the notation uses to represent that piece.

PieceParseError
PositionParseError
TurnColor

Simple enum for colors / players.