Closes #10
This adds the chess960 and frc commands as well as a function on the State struct to enable/disable the UCI_Chess960 option on stockfish.
perftree now sends setoption name UCI_Chess960 value {bool} to stockfish when chess960 [bool] or frc [bool] is used.
Closes #10 This adds the
chess960
andfrc
commands as well as a function on theState
struct to enable/disable theUCI_Chess960
option on stockfish. perftree now sendssetoption name UCI_Chess960 value {bool}
to stockfish whenchess960 [bool]
orfrc [bool]
is used.