You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.
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?
The text was updated successfully, but these errors were encountered: