PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Engine: Ambiguous move strings #21

Closed PraxTube closed 1 year ago

PraxTube commented 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).