Auto-move game logic
Anonymous
GUESTS
Game: freecell
Game #: 174903658
When cards auto-move, they should not automatically move up to the complete pile unless all lower-numbered cards of the opposite color are already on the complete pile.
I can't tell you how often I have had, for example, a 3C in the free space on the top left, and the auto-move logic moved a 4D up to the complete pile, leaving me with no way of taking the 3C down from the free spaces.
Game #: 174903658
When cards auto-move, they should not automatically move up to the complete pile unless all lower-numbered cards of the opposite color are already on the complete pile.
I can't tell you how often I have had, for example, a 3C in the free space on the top left, and the auto-move logic moved a 4D up to the complete pile, leaving me with no way of taking the 3C down from the free spaces.
Comments
You're right, that's annoying and thanks for your succinct suggestion for how to fix it! I'll try and implement it.
-Jim