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
For example, with B:WK1,K2,14,16,31,37,42:BK49 fen, state.moves() will return [{"jumps":[],"takes":[],"from":49,"to":49},{"jumps":[],"takes":[],"from":49,"to":44},{"jumps":[],"takes":[],"from":49,"to":49},{"jumps":[],"takes":[],"from":49,"to":43}]
You can see twice the king can move to its own position.
I don't think the rules allow it and I didn't found in the code where the list is generated, maybe you know how to remove them?
Thanks,
Johnny
The text was updated successfully, but these errors were encountered:
For example, with B:WK1,K2,14,16,31,37,42:BK49 fen, state.moves() will return [{"jumps":[],"takes":[],"from":49,"to":49},{"jumps":[],"takes":[],"from":49,"to":44},{"jumps":[],"takes":[],"from":49,"to":49},{"jumps":[],"takes":[],"from":49,"to":43}]
You can see twice the king can move to its own position.
I don't think the rules allow it and I didn't found in the code where the list is generated, maybe you know how to remove them?
Thanks,
Johnny
The text was updated successfully, but these errors were encountered: