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:
def _finish_move(self, piece, dest, p1, p2):
or elsewhere?