You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Currently the move validation is done using a UCI hack. This might not work on every UCI chess engine, so we should probably make chessboard.erl know more about valid chessmoves.
This will likely require a large test suite to validate all kinds of permutations.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the move validation is done using a UCI hack. This might not work on every UCI chess engine, so we should probably make
chessboard.erl
know more about valid chessmoves.This will likely require a large test suite to validate all kinds of permutations.
The text was updated successfully, but these errors were encountered: