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

Ability to Send Arbitrary Commands #9

Open
tmountain opened this issue Dec 1, 2020 · 1 comment
Open

Ability to Send Arbitrary Commands #9

tmountain opened this issue Dec 1, 2020 · 1 comment

Comments

@tmountain
Copy link

Hi,

Some UCI engines will not function properly until they receive the initial "uci" command. Additionally, there are a number of commands that would potentially be useful in various scenarios such as: debug, register, isready, etc.

If you don't feel like implementing all of these manually, you can solve the general issue by providing a way to send arbitrary commands to eng.stdin.WriteStr in a similar way to how you provided an interface for SendOption.

Please consider this request, as I'm building a terminal chess client using your library, and it's currently unable to communicate with some chess programs (i.e., superpawn) because of the aforementioned limitations. Thanks!

@freeeve
Copy link
Owner

freeeve commented Dec 1, 2020 via email

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