We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osition fen O@@OOOO@/OOO**@O@/@O@@O@@O b m p 10 0 12 0 0 2 14 moves (3,4)->(2,4) (3,5)->(3,4) (3,5)->(3,4) (2,4)->(2,5) if (_history.length > 0) { if (_history[_history.length - 1].move == move.move) { assert(false); } }
The text was updated successfully, but these errors were encountered:
flutter: 使用临时方法处理fen moves 中出现重复着法的问题
ea492d8
对于 #64 出现重复着法时由触发 assert 改为 return。 此问题根源待查明。
No branches or pull requests
The text was updated successfully, but these errors were encountered: