View source: R/lan_to_boards.R
lan_to_boards | R Documentation |
This function takes a string of moves in UCI LAN (Long Algebraic Notation) and converts it into a list of boards. Each board represents the state of the game after each move.
lan_to_boards(lan)
lan |
A string of chess moves in UCI LAN. |
A list of boards representing the state of the game after each move.
lan_to_boards("e2e4 e7e5 g1f3 b8c6 f1b5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.