lan_to_fen | R Documentation |
Convert a series of moves in long algebraic notation to a FEN string
lan_to_fen(lan)
lan |
A string representing a series of chess moves in UCI long algebraic notation (e.g., "e2e4 e7e5 g1f3"). |
A string representing the final position after the series of moves in FEN format.
lan_to_fen("e2e4 e7e5 g1f3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.