Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement UCI protocol #12

Open
RomainGoussault opened this issue Oct 15, 2014 · 4 comments
Open

Implement UCI protocol #12

RomainGoussault opened this issue Oct 15, 2014 · 4 comments
Milestone

Comments

@RomainGoussault
Copy link
Owner

No description provided.

@NavidHedjazian
Copy link
Collaborator

Convert FEN into board class = done

@NavidHedjazian
Copy link
Collaborator

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

@RomainGoussault
Copy link
Owner Author

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 RomainGoussault added this to the 0.4 milestone May 31, 2016
@RomainGoussault
Copy link
Owner Author

need to implement movestogo info from UCI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants