Fen
Fen is a string that represents the board state. This module provides a utilites to parse and generate fen strings.
INITIAL_FEN_POSITION
The initial FEN position of the chess game.
parseFen
Parse FEN string to FenState object.
generateFen
Generate FEN string from FenState object.
To learn more about FEN format, you can refer to Wikipedia.