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
In the image above, attempting to castle on the j-side as black does not result in castling but instead just moves the king to g9 without moving the rook at all. This bug seems to occur when dragging the king onto the rook on j9 or by selecting "f9j9 (O-O)" from the "moves dialog" dropdown menu.
The "accurate" variant in this configuration is being used:
When the king only moves only one square during castling there can be some problems with ambiguity in move notation. So in that case adding chess960 = true can help to avoid that.
If you want to change the target location after castling, you can use castlingKingsideFile, etc.
In the image above, attempting to castle on the j-side as black does not result in castling but instead just moves the king to g9 without moving the rook at all. This bug seems to occur when dragging the king onto the rook on j9 or by selecting "f9j9 (O-O)" from the "moves dialog" dropdown menu.
The "accurate" variant in this configuration is being used:
The moves so far are these:
g3h4 f8f7 g4g3 g9d6 e3f4 i9h7 g3h2 i8i7 j1i2 d9e7 g1g3 j8j7 c2e2 j7j6 h3g4 d8d7 g4f5 e7c6 i2g4 i7i6 c3d4 j6j5 i3j4 d6h6 j4j5 e9f8 g4h3 h6d6 j2i3 d6c7 c1d2 h9j7 f4g5 h7i5 d2f4
The text was updated successfully, but these errors were encountered: