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

Avoid to get an extra move when puzzle is incomplete #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2019

  1. Avoid to get an extra move when puzzle is incomplete

    Example(after Ke3 next move is reported as ambiguous, but Ke3 is in the pgn): 
    29. Rg1 Ne2+ 30. Kd2 Nxg1 31. Ke3 0-1
    
    We take into account the last move only if it's the player turn. Than we have:
    29. Rg1 Ne2+ 30. Kd2 Nxg1 0-1
    bend86 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e91504b View commit details
    Browse the repository at this point in the history