Giuliano Ippoliti wrote:Hi,
I've written a (very weak) chess engine compatible with xboard: my question is: how to make it play in FICS? I know I need a computer account, but I wonder if I have to write some additional code.
Thank you,
Giuliano
Hi Giuliano,
If you can play with your engine in Winboard or xboard, you can make it play online without writhing any more code.
You just have to start Winboard with a special command.
Here is mine :
C:\Program Files\WinBoard\winboard.exe -zp -ics -icshost freechess.org -zippyGameEnd='FinPartie\nresume\nseek 1 0 f\nseek 15 0 f\nseek 5 0 f\nfinger\n' -fd ""D:\Chess++"" -fcp InBetween -debug -icshelper timeseal -icslogon=""D:\Chess++\fics.ini"" -xexit"
You will find more informations about all the parameter here :
http://www.tim-mann.org/xboard/zippy.README
Personnaly I use a more complex VB script that call this commend if and only if Winboard is not already running. It also send the string "Last" to the freechess windows, 15 minutes before I get home. This have for effect that Winboard will stop running after the current game, so my computer is avaible once I get home.
If you are interested I can post this script.
Mathieu Pag