Skip to content

Valid move not taken into account #8

@fphenix

Description

@fphenix

I believe the lines 104 and 137 of the board.py file should BOTH go from:
row = max(r-3, 0)
to
row = max(r-3, -1)

Currently when a red pawn could eat up 2 white pieces and become king, the possibility is not given.
The white however can do it.

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