Simple-Solitaire
Simple-Solitaire copied to clipboard
[Android] Simple Solitaire game collection
RULES With a standard 52-card deck (no jokers), start by dealing a row of 7 cards face up laid side by side. The remaining cards you try to play face-up...
From an e-mail: > I thought one improvement couple days ago: would it be possible to have animation speed slider or make animations get their speed from Android's animator duration...
From an e-mail i received: > Love your solitaire games but for some reason the games freeze and I am unable to move the cards with out using auto play...
Request per mail, add a variant for Gypsy to start with only one row of cards on the tableau instead of 3.
I personally use the double tap to move quite often but every now and then the card moves to some unexpected place (which is fine). It is difficult to figure...
When you recycle the cards on a moment when you cannot make new moves, the mix function should have some penalty for using it. I think than something like making...
I received an e-mail which shows an issue related to the time calculation. Need to ensure a correct calculation. 
From an e-mail I received: > I have noticed a bug in the game called Forty&Eight. Sometimes when trying to resume a game after the app has been closed it...
See title, for a better user experience at every device :) I maybe would even flatten the icon background (do not use a gradient but only green)
I'm trying to implement [Maze](https://en.wikipedia.org/wiki/Maze_(solitaire)), which deals all 52 cards then removes the kings from play entirely. I tried calling `Card.removeFromCurrentStack()` on the kings, but that didn't seem to update...