-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement methods that translate the internal model to x-board compatible outputs. The commands and format rules can be found in the XBoard documentation.
At minimum the following commands need to be implemented for the game to function:
Commands to the AI
newquitMOVE
Commands to XBoard
move MOVEError (ERRORTYPE): COMMANDRESULT {COMMENT}
Additionally implementing the commands below would be preferable and make testing easier:
Commands to the AI
postforce+gosd DEPTHst TIMEand/orlevel MPS BASE INCresult RESULT {COMMENT}
Cammands to XBoard
debug+# COMMENTIllegal move (REASON): MOVEtelluser MESSAGE/tellusererror MESSAGE- output for when in post mode, formated as
ply score time nodes pv
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request