[][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

Enums

BoardParseError
Color

Simple enum for color

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.