I made the Klondike Solitaire game we all know using Phaser: https://www.solitaireparadise.com/static/files/solitaire/klondike/
Some of its features:
- Optimised for Retina displays (and any other device pixel ratio)
- Responsive (adaptive layout, adaptive position of card piles e.g. on mobile landscape mode and adaptive card design with larger rank and suit symbols on mobile)
- Beautiful cards
- Unlimited undo’s
- Saves and loads game progress when closing / refreshing the browser
- Several options
My code allows to easily create other solitaire variants, for example I made Thieves of Egypt Solitaire in only one day.
Please let me know what you think!