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
FEN : r1bq1rk1/pp2npbp/2np2p1/2p5/4P2P/2NPB1P1/PPP1QPB1/R3K2R w KQq - 0 1 Move generated for white king : {d2, f1, d1, g1}
Issue line:
bishop/lib/src/game/game.dart
Line 471 in 9f9fe54
Following code seem to be fixing the issue
if (j != numMidSqs && from != midSq && board[midSq].isNotEmpty) { // squares between to and from must be empty valid = false; break; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FEN : r1bq1rk1/pp2npbp/2np2p1/2p5/4P2P/2NPB1P1/PPP1QPB1/R3K2R w KQq - 0 1
Move generated for white king : {d2, f1, d1, g1}
Issue line:
bishop/lib/src/game/game.dart
Line 471 in 9f9fe54
Following code seem to be fixing the issue
The text was updated successfully, but these errors were encountered: