Add XBoard protocol drivers
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Oct 2010 18:25:57 +0000 (20:25 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 08:32:12 +0000 (10:32 +0200)
commit2945d63eec617a4411287ceda774a1e0186fc350
tree497485b2bed5b771b7cc0a59db52d306af23caf4
parent31daebfc1031441aa180e3af2e547a8cd2b92c32
Add XBoard protocol drivers

So far only those commands needed for playing games from the initial
position. Commands like 'memory', 'post', 'nopost', 'analyze' do not
work yet. Neither does pondering, as Bonanza's board is not valid when a
move comes in during pondering, so the wrong piece type is appended to
the move to convert t to CSA format.
Makefile
book.c
io.c
main.c
proce.c
searchr.c
time.c
utility.c