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
Yes, you are correct, the captured_pieces property was not used and _finish_move could be modified somewhere here in order to update the captured pieces.
I am trying to work with the codebase.
In board.py: we set: captured_pieces = { 'white': [], 'black': [] }
But we never seem to update this as pieces are captured.
Should this be updated somewhere in:
or elsewhere?
The text was updated successfully, but these errors were encountered: