Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 556 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 556 Bytes

combustion

Implements the xboard protocol.

usage

git clone [email protected]:spaceships/combustion.git
cd combustion
xboard -fcp $(realpath combustion) -fd $(realpath .) -debug

xboard is delightfully arcane. If you would like to see the messages exchanged, you'll need to set CHESSDIR.

mkdir -p $HOME/.chess
export CHESSDIR=$HOME/.chess
tail -f $CHESSDIR/xboard.debug

Now run xboard as above.

license

Public domain.