Implement undo command
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 13 Sep 2013 13:42:27 +0000 (15:42 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 08:54:36 +0000 (10:54 +0200)
commit6186adc13f7366b1ad78355b2693f2fa8269dd9e
tree656cdf634be6a29450b6739072d7bfc4adeec38e
parent2945d63eec617a4411287ceda774a1e0186fc350
Implement undo command

This is decoded with the native bonanza commands, and should thus work
both in xboard and native mode. It resets the game by faking a 'new' command,
and then loads all moves except the last. For this the move list and startup
string needed to be remembered.
makemove.c
proce.c
readme.txt
shogi.h