Deepov icon indicating copy to clipboard operation
Deepov copied to clipboard

Implement UCI protocol

Open RomainGoussault opened this issue 10 years ago • 4 comments

RomainGoussault avatar Oct 15 '14 12:10 RomainGoussault

Convert FEN into board class = done

NavidHedjazian avatar Nov 30 '14 14:11 NavidHedjazian

The other possibility : if we get a position + a moves list from UCI, we need to know the format. Any link ?

NavidHedjazian avatar Dec 01 '14 11:12 NavidHedjazian

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)

RomainGoussault avatar Dec 01 '14 12:12 RomainGoussault

need to implement movestogo info from UCI

RomainGoussault avatar Oct 25 '16 20:10 RomainGoussault