Take account of holdings in book key
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 11 May 2011 21:06:20 +0000 (23:06 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 11 May 2011 21:06:20 +0000 (23:06 +0200)
commit0d4aa8b0a16c1ee2bcaf4120ef37ba4d1492206e
tree957f6637cb835b1c68e188947aa3931def3ad06c
parent9b980cf4a3a0e555c16f50b7b198773a3fd2d8f2
Take account of holdings in book key

The board is numbered by rank, for comptibility with Polyglot format,
starting at a1. We then continue counting in the holdings 'files', in
up-rank direction, each holding spanning the full board height (even if
it is not fully used). Firstthe left (black) holdings, then the right,
Even in Shogi this limits the square number to < 99, which is below the
absolute limit of 128 (where we would run out of hash keys).
book.c