I discovered the bitset library in c++, which makes it a lot easier to deal with bits, like this here function that prints a bit representation of a u64 integer, arranged like a bitboard, very handy! Otherwise, for the stuff done so far:
✅Fixed up the algorithm for applying moves to better account for en passant
✅Enabled move generator to generate en passant moves
Other less notable changes
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.