Godot Version
Godot 4.3
from steam
Question
I’m trying to implement a chess game with stockfish after having tried to write a “minimax by myself” code that didn’t really work. However, I have a problem. I can’t get Process or Subprocess to work. I don’t know why.
process subprocess? you meant threading?
No, my goal is to make Stockfish work like an external UCI engine. Is threading another way to do it?
maybe you mean like this?
yes yes exactly… I had to go through his project but my understanding was limited… I am still reading it currently to adapt it as best as possible to my project… where to find what suits me best.