Adjudicate when board is full (#750)
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 23 Dec 2023 14:02:28 +0000 (15:02 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 14:02:28 +0000 (15:02 +0100)
commit8a4d0421de9d9f66a3e89d6892db82b4b00fbfe4
treec17223de107e840a74796ad6ee38e69fb5f43685
parent3b71d409ff5e66576387174bb4e1983a89869349
Adjudicate when board is full (#750)

Closes #749.
setup.py
src/parser.cpp
src/position.cpp
src/pyffish.cpp
src/variant.cpp
src/variant.h
src/variants.ini
test.py