Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(python-chess, stockfish) Allow the robot to En passant #4

Open
nicglazkov opened this issue Apr 14, 2024 · 0 comments
Open

(python-chess, stockfish) Allow the robot to En passant #4

nicglazkov opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nicglazkov
Copy link
Member

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.

@nicglazkov nicglazkov added the enhancement New feature or request label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant