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

Add a UCI implementation #409

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

b4ux1t3
Copy link

@b4ux1t3 b4ux1t3 commented Jul 31, 2023

I started drawing up a UCI implementation that wraps the API.

Currently, it supports most commands, ignoring quit commands and just responding that it's ready to isready commands.

I vetted the functionality by running my bot as a UCI engine with lichess-bot. I appear to have covered all of my bases, though I do not correctly handle the different kinds of go commands at the moment.

I ran into a few problems when working with the engine, and have hacked around them as best I can.

Any help from the maintainer in addressing some of the issues (through application of actual understanding of the library, as opposed to blindly bashing things together until they work) would be greatly appreciated.

I believe this satisfies #145, as well as any other open issues about a UCI implementation.

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

Successfully merging this pull request may close these issues.

2 participants