synachu85 / solitaire-for-android

Automatically exported from code.google.com/p/solitaire-for-android
0 stars 0 forks source link

moving a partial stack in freecell should be automatic based on the destination #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently moving more than one card from a stack requires tapping the stack to 
expand 
it, and then dragging the highest card desired, which moves all lower cards 
with it.

This mechanism is confusing, and not needed.  When dragging one stack to 
another it is 
always clear which portion of the stack should be moved, except when the 
destination is 
an empty stack.

For example if a stack has 1 2 3, and I try to drag it to a stack with 5 4 3 
then it should 
move the 1 and 2 but leave the 3.

In the case of an empty stack I think it makes sense to move as many cards as 
possible, 
but leave the current mechanism when this isn't correct.

Original issue reported on code.google.com by britr...@gmail.com on 5 Feb 2010 at 6:45