Closed PraxTube closed 1 year ago
The move strings are ambiguous, for instance:
5N2/6P1/5K1k/8/5N2/8/8/8 w - - 0 1
will generate the exact same move twice (the two knight moves). It should however take into account that it must label them differently (in this case with the number 8 and 4).
The move strings are ambiguous, for instance:
will generate the exact same move twice (the two knight moves). It should however take into account that it must label them differently (in this case with the number 8 and 4).