get_minimax_move | R Documentation |
minimax engine
get_minimax_move(game, depth)
game |
chess game object (i.e., a list with elements board, turn, history, and fen_history as created by newgame function) |
depth |
algorithm depth |
minimax engine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.