Hi!
I'm trying to make a program that uses Winboard GUI and Stockfish's chess engine to allow me to play chess using voice commands. I'm using visual studio and C# to translate voice commands into Algebraic notation. My problem is the communication between my program and winboard. Should i send the moves commands to the winboard? or to the chess engine? How do i send the moves?
Thanks in advance!