Add null move
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 07:38:26 +0000 (09:38 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 20:28:33 +0000 (22:28 +0200)
commit4b32cf9c95afe8272e7a1e68be72a48c99235a65
treedd6df0fa3bca906871a4155796be5727a3db5a14
parent6b4591303085c6c4c0b7c04a3654c88772a2de84
Add null move

The WB Alien null-move notation is recognized on input, and generated
on output. The internal representation is a move towards the same square
by a piece that has this capability. (This currently fails on a1, due
to 0 being used as representation for invalid moves!)
Only one null move is generated and added to the move list.
The null move is not searched yet.
hachu.c