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

How to send programmatic board coordinate data to Sabaki #921

Open
ghost opened this issue Jan 2, 2023 · 2 comments
Open

How to send programmatic board coordinate data to Sabaki #921

ghost opened this issue Jan 2, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2023

Hi, does Sabaki support sending coordinate data not through terminal but other programmatic means? Like instead of clicking on the board I use a program to send coordinate data such as 'CF' and have Sabaki display that stone in the current board for me?

@apetresc
Copy link
Member

apetresc commented Jan 4, 2023

Like some sort of RPC API? No, there's nothing like that, although I'm pretty sure you could achieve it via some sort of UI automation library. What is your use case, out of curiosity?

@ghost
Copy link
Author

ghost commented Jan 4, 2023

I am trying to build an electronic go board and would like to embed Sabaki in the project. I have a physical board, circuit and Arduino set up and a Javascript program that receives coordinate data, ie 'FG' or 'PD', when someone places a stone on the board. And the next thing is send that information to a go playing client like Sabaki to progress the game. I also would like this project to be able to accept an AI engine and display AI generated moves using LED on my board. This requires that I can receive such move information from a go playing client or my project software needs to be that go playing content. I hope this makes sense to you.

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

No branches or pull requests

1 participant