Fix ambiguous castling notation
authorFabian Fichter <ianfab@users.noreply.github.com>
Fri, 23 Apr 2021 15:49:44 +0000 (17:49 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Fri, 23 Apr 2021 15:49:44 +0000 (17:49 +0200)
commit2611663b2516310ef0e1029c760dc2ed0b699e3c
treedf9c724ee6333d42b2db4d468eaf99c537e1463d
parent481d59603a154ce7fe2ef63d86b73f5ddf2e173a
Fix ambiguous castling notation

Use chess960 castling notation when castling move would be ambiguous.

Closes #295.
src/uci.cpp
src/variants.ini
test.py