
This version of xboard/zippy is specifically tailored to Crafty, and should
not, I repeat *not* be used with gnuchess.  It will not set up the correct
board position to resume stored games, when using gnuchess.  This also lets
crafty offer draws and resign, as well as allowss crafty to whisper info
during the game.

To enable these things, you should do the following:

xboard -zp -fcp "crafty ics whisper=2 resign=9 kibitz=1 hash=16 hashp=15 hashk=15"

this says"

ics - use xboard interface and act like gnuchess <spit>

whisper=2 whisper scores, PV, etc. after each move.

kibitz=1 kibitz mate announcements (might want to avoid this.)

resign=9 resign when a queen down, and opponent is not about to lose on
time.

hash= stuff increases the size of the hash tables to speed it up some.


