Thursday, July 28, 2016
Gaps Rules Update
According to Wikipedia and a Google search the consensus is to allow two (2) re-deals instead of only one as was the case in previous versions (three rounds in total) and the cards are not shuffled in a re-deal.
This change makes the game a little easier to win (estimated at 1 in 7 games).
Sunday, April 3, 2016
New Release 2016.4
Did you know you can transfer cards to the foundations by double-clicking them?
For example, if you double-click on an Ace in Solitaire it will be transferred to the next available foundation slot automatically for you. You can also double-click on any card during play and it will transfer to the appropriate foundation if it "fits".
Until now this transfer was what I like to call a "snap" motion or instant transfer that was not very intuitive.
With today's release all double-click transfers now "slide" the card smoothly to their destination. This gives you better feedback as to what's happening automatically for you especially in a game like Klondike where Aces are transferred automatically to the foundations whenever they appear in the play.
Enjoy.
Monday, September 14, 2015
New Compact Card Format on Small Screens
Until now the cards were a little hard to see on small screens so I recently released an update that will automatically switch to a compact card format that makes it easier to see the cards on small devices like smartphones.
![]() |
Quick Solitaire on an iPhone |
Monday, September 22, 2014
Display Game in Browser Title
Thursday, July 24, 2014
Major Update - Menu Page
You can invoke the menu from any game by clicking the button at the bottom right corner of the tabletop. This will open the menu in a new browser window so it doesn't disturb your game in progress. Selecting a game from the menu page opens the game in a new browser window optimized to give you the best experience possible on your platform.
Enjoy!
Sunday, July 6, 2014
Animation Begins ...
Implementing animation is different in a web application than in Windows so it took some time to get familiar with the techniques in JavaScript. Turns out my web implementation is actually better than my Windows implementation since I needed to re-architect how the animation works resulting in more flexible and scalable code.
Animation also helps you better understand the rules of the game since where the cards come from and where they go becomes more obvious.
There is more animation work to do so watch for updates.
Sunday, June 8, 2014
Update Fixes a Defect in Klondike
A specific sequence of events could prevent you from picking up a pile of tableau cards making the game unplayable. This has been fixed in today's release.