View source: R/parse_gamelog.R
parse_gamelog_bestmove | R Documentation |
evaluate_game()
outputparse_gamelog_bestmove()
is an internal function called by
parse_gamelog()
.
parse_gamelog_bestmove(gamelog)
gamelog |
A list of engine output from rbitr's |
Returns the engine's calculated best move (bestmove) for each
position in the game. See the documentation for parse_gamelog()
for
full details.
A list of character vectors of the extracted best moves for each position.
parse_gamelog()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.