fsmosca / Python-Easy-Chess-GUI

A Chess GUI based from Python using PySimpleGUI and Python-Chess.
GNU Lesser General Public License v3.0
161 stars 52 forks source link

Best Move display when I use stockfish #47

Closed lukillo369 closed 2 years ago

lukillo369 commented 2 years ago

First, I love that you have put this out to the public for people to use. I am trying to make a robot that uses the stockfish engine to play along with the game in real-time with a board. Would there be a way I can gather the stockfish best move data and then send that to the robot for it to move? Any help would be great, even if you send me on my way with only a little help. The robot I am using is Niryo One.

fsmosca commented 2 years ago

I am not familiar with a robot playing chess that uses an engine. Somehow you need the robot manual how to connect it to an external device or program.

But buzzCraft has demonstrated using a robot from this video using this UI. Perhaps you can contact him.