uci_read {bigchess} | R Documentation |
Read current stdout from chess engine
uci_read(engine)
engine |
engine object |
engine object
# Linux (make sure you have executable permission):
engine_path <- "./stockfish_10_x64"
# Windows
# engine_path <- "./stockfish_10_x64.exe"
e <- uci_engine(engine_path)
e <- uci_read(e)
e$temp
uci_quit(e)