Skip to content

bug: In the make_move function, line 934 sets castling[us] = '' (an e…#14

Open
MJ14222 wants to merge 2 commits intozeyu2001:mainfrom
MJ14222:fix/generate-fen-castling
Open

bug: In the make_move function, line 934 sets castling[us] = '' (an e…#14
MJ14222 wants to merge 2 commits intozeyu2001:mainfrom
MJ14222:fix/generate-fen-castling

Conversation

@MJ14222
Copy link

@MJ14222 MJ14222 commented Feb 5, 2026

…mpty string) which should be castling[us] = 0 (zero). This causes the castling flags to break because the code checks bitwise flags

…mpty string) which should be castling[us] = 0 (zero). This causes the castling flags to break because the code checks bitwise flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant