uci_read: Read current stdout from chess engine

Description Usage Arguments Value Examples

View source: R/uci_read.R

Description

Read current stdout from chess engine

Usage

1
uci_read(engine)

Arguments

engine

engine object

Value

engine object

Examples

1
2
3
4
5
6
7
8
# 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)

bigchess documentation built on Aug. 5, 2020, 5:09 p.m.