wagif / solitaire-for-android

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

Multi-card moving algorithm works incorrectly in free-cell #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have one slot open at the top
2. Have one row free at the table
3. Now one should be able to move a stack of 4 cards: first a stack of 2 is 
moved to the free row. The third card is moved to the top and the last card is 
moved directly
4. When you try to do a multi-card move, it only allows moving 3 cards.

What is the expected output? What do you see instead?
I expect that it should allow me to move the number of cards which can be moved 
in a multi-card move

What version of the product are you using? On what operating system?
version 1.12.2 on HTC desire and on android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by Lars.Lyd...@gmail.com on 27 Jan 2011 at 9:17