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
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.
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.erlknow more about valid chessmoves.This will likely require a large test suite to validate all kinds of permutations.