sutt / chess

1 stars 0 forks source link

A1 bug fix #4

Closed sutt closed 6 years ago

sutt commented 6 years ago

Convert ChessBoard RowNums from 1-8 to 8-1.

This was occurring on both printout and on parse_move.

Therefore tests failed after correction. Used tools/alphanum_legacy_conv to conv all "ss" instruction strings in the tests. All rebenched; and all tests passing.