Skip to content

Query about Captured Pieces being updated #4

@zotz

Description

@zotz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions