mchung94 / solitaire-player

Automatically play Pyramid and TriPeaks Solitaire in Microsoft Solitaire Collection for Windows 10
MIT License
39 stars 15 forks source link

When the Qc is at No.3 Row 4, it is mistaken for a Qs card. (Every board). Others are still fine. #29

Closed Mstumr closed 1 year ago

Mstumr commented 1 year ago

Examples: Qs bug Qs2 bug

activex88 commented 1 year ago

This issue is reproducible. It was caught couple of times. But it can be fixed by recapturing the image of Club Q at the position: row 4 column 3, then recompiled the source code with the newly captured image of Club with the Club Q.

Hope this will help to solve the problem.

Thanks for your great work!

image

https://user-images.githubusercontent.com/83848325/212412369-af260364-3294-4877-baeb-6db78c3ef835.mp4

mchung94 commented 1 year ago

Thanks for finding the issue, the fix, and also for your patience! I pushed out a new release, v2.6.8 here: https://github.com/mchung94/solitaire-player/releases/tag/v2.6.8 which may help.