Open xd009642 opened 1 year ago
For the game sequence:
The Board::to_string() implementation generates the following FEN string: "rnbqkbnr/pppp2pp/5p2/3Pp3/8/8/PPP1PPPP/RNBQKBNR w KQkq e5 0 1".
Board::to_string()
This is incorrect, the en-passant square should be e6.
I realized the same issue
For the game sequence:
The
Board::to_string()
implementation generates the following FEN string: "rnbqkbnr/pppp2pp/5p2/3Pp3/8/8/PPP1PPPP/RNBQKBNR w KQkq e5 0 1".This is incorrect, the en-passant square should be e6.