mlsdpk / alphazero-checkers-pygame

3 stars 0 forks source link

Fix Bug for capture mode and valid piece combination #17

Closed Awthura closed 3 years ago

Awthura commented 3 years ago

I have discovered a bug which might be related to issue #10 and #7 The bug is triggered in second, third, sixth and seventh ranks where there are multiple valid pieces available to capture a single piece. Bug_001 As we can see in the above photo, the code thinks capturable piece as a free square. and we can actually move to that square, removing the piece. Bug_002 Bug_003

@mlsdpk @aungmcs @aungpaing98

Awthura commented 3 years ago

resolved with #16