how to connect to chess engine

codding in C and C++
Post Reply
User avatar
DonQuijote
Posts: 1
Joined: Thu Nov 14, 2024 11:11 pm

how to connect to chess engine

Post by DonQuijote »

I am doing a chess game based small MCU. I would like know how to connect to remote chess engine.
User avatar
Carmen
Posts: 1
Joined: Wed Sep 25, 2024 6:14 am

Re: how to connect to chess engine

Post by Carmen »

It exists Arena GUI, but that's for Windows and Linux. As you programming the game on MCU, probaly non-Windows, you need to use terminal connection. Try this:
http://blog.mekk.waw.pl/archives/7-How- ... art-I.html
Post Reply