[][src]Module pleco::board::fen

Contains various FEN (Forsyth–Edwards Notation) functions and constants.

A FEN string is a way of describing the particular state of a chess game.

For example, the start position fen is rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1.

See this Wikipedia article for more information.

Constants

OPENING_POS_FEN

The fen string for the start position.

Functions

is_valid_fen

Returns if a Board generated from a fen string is a legal position.