Documentation ¶
Overview ¶
Package uci handles a running UCI engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UCI ¶
type UCI struct { // submitting the empty string as a move is effectively saying to analyse // the current position SubmitMove chan string // once a move has been submitted the best move will be returned on this // channel GetMove chan string // end the UCI program. the UCI should not be restarted after it has quit Quit chan bool // contains filtered or unexported fields }
UCI handles a running UCI engine, accepts move and offers the best move to play next.
Click to show internal directories.
Click to hide internal directories.