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
Is your feature request related to a problem? Please describe.
When the move chosen by stockfish is en passant, the robot is unable to remove the piece captured. There should be a check using is_en_passantas part of python-chess to determine if two moves are needed during the same turn.
Describe the solution you'd like
The robot should be able to move both pieces in the same turn, and en passant correctly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the move chosen by stockfish is en passant, the robot is unable to remove the piece captured. There should be a check using
is_en_passant
as part of python-chess to determine if two moves are needed during the same turn.Describe the solution you'd like
The robot should be able to move both pieces in the same turn, and en passant correctly.
The text was updated successfully, but these errors were encountered: