This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7955 - Bug in solitaire when Drawing Three Cards
Attached to Project:
Rockbox
Opened by Matthias Fasching (fasmat) - Sunday, 14 October 2007, 21:59 GMT+2
Last edited by Jens Arnold (amiconn) - Saturday, 08 March 2008, 14:51 GMT+2
Opened by Matthias Fasching (fasmat) - Sunday, 14 October 2007, 21:59 GMT+2
Last edited by Jens Arnold (amiconn) - Saturday, 08 March 2008, 14:51 GMT+2
|
DetailsThere's a bug in the solitaire plugin. I found it on the iPod, but probably it happens on all targets:
When you start a game with Drawing Three Cards, it is possible to take every card of the 3 and put it on fitting cards on one of the piles. When you for instance draw 9, K and J you can place the king on an empty pile, and so Drawing Three Cards is as easy as Draw One Card. Hope someone finds the time to fix it. |
This task depends upon
You can try this out by starting a new game with "Draw Three Cards". When the top card is not a king (there's a special case for kings in the code) you can move the previous cards from the remains pile to a card column by selecting the topmost card and clicking on the desired destination. Assuming that the move is legal for one of the cards visible on the remains pile, the move will be carried out.
This particular issue can of course be solved by adding another special case for when the source card is in the remains pile, but there may be other issues also caused by this feature, I haven't studied the code in depth.