Deepov
Deepov copied to clipboard
Implement UCI protocol
Convert FEN into board class = done
The other possibility : if we get a position + a moves list from UCI, we need to know the format. Any link ?
http://wbec-ridderkerk.nl/html/UCIProtocol.html
The move format is in long algebraic notation. A nullmove from the Engine to the GUI should be send as 0000. Examples: e2e4, e7e5, e1g1 (white short castling), e7e8q (for promotion)
need to implement movestogo info from UCI