guhhsle / freecell

A freecell solitaire game made in Flutter
https://freecell-39.web.app
GNU General Public License v3.0
4 stars 0 forks source link

Move 2 cards with no empty cell #1

Open Chienweichih opened 2 months ago

Chienweichih commented 2 months ago

Screenshot_20240907-001101~2

Screenshot_20240907-001114~2

As the screenshot above, It move 2 cards (K & Q) from column 4 to column 8. But there is no empty cell to move 2 cards. Is it wrong?

guhhsle commented 1 month ago

Yes, the algorithm is made so the free space starts as 1 and it just doubles the free space if there is a column available and adds 1 free space for the card slots in the upper left corner. The algorithm is falsely made because I made it soo simple. Thank you for opening the issue though I might fix it soon