I am using eboard for playing chess with automatically supported engines like gnuchess4, crafty etc. My question is:
How can I run strong engines like stockfish, Rykba on eboard?
I am using eboard for playing chess with automatically supported engines like gnuchess4, crafty etc. My question is:
How can I run strong engines like stockfish, Rykba on eboard?
Stockfish mentions that it can be run with eboard, but it took me a while to figure out how.
Stockfish uses the UCI chess protocol, but eboard speaks xboard. You need to use the polyglot package to play stockfish on eboard.
To install the software:
Then you need to create a polyglot.ini in your home directory:
Then when you open eboard, go to: Play against engine > Generic Engine > Engine Command
Type in "polyglot" in the part called "Engine command line".
That should allow you to play against stockfish using eboard.
To create a
polyglot.ini
file.Open a text editor, copy and paste the text:
Before you save the text file, you need authorization to save in
/usr/games
. So open a terminal, type:Once you enter your password. Leave the terminal open.
When you are getting ready to save the text file, the file name needs to be
polyglot.ini
You need to save
polyglot.ini
in the same folder aspolyglot.exe
So save the file in /usr/gamesIf you don't know how to find that folder. On the left-hand side of the save window, press computer. Go to the folder usr. Then go to games. And save polyglot.ini in that folder.
It took me a couple hours to figure that out. I am still new to Linux. I hope that helps.