mchung94 / solitaire-player

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

Optimization << #11

Closed Isetnt2 closed 3 years ago

Isetnt2 commented 3 years ago

When trying to find a solution it often draws from the stockpile even when that same card is on top of the pile (tripeaks) for example if an ace is on top it often clicks until the next ace to clear a king instead of clearing the king with the ace already on top. Sometimes this also happens when a solution is found and solving.

Isetnt2 commented 3 years ago

Duplicate