@jeffy24
cascade-solitaire-motion
Animated solitaire with Framer Motion cards, hints, undo, and resumable Poe state.
About this tile
Cascade Solitaire Motion is a mobile-first classic card challenge for Poe: deal a waterfall tableau, build four suit foundations from Ace to King, and resume the exact run after closing the app.
What you can do
- Tap through a full solitaire loop — draw stock, recycle waste, build alternating-color tableau runs, and move suited foundations upward.
- Undo safely — rewind atomic moves, including tableau reveals and waste recycles, without losing the run.
- Ask for a hint or auto move — get a readable next-step prompt or send an obvious safe card to its destination.
- Resume anywhere — synced-store persists the seed, tableau, foundations, stock, waste, score, move count, events, settings, and terminal state after every meaningful action.
- Play in a polished Poe frame — full-iframe mobile layout, top-right help, accessible card labels, safe-area controls, and clone-safe original travel-journal styling.
Built on Synced-Store
Cascade Solitaire Motion uses the Poe App Platform synced-store for offline-safe, eagerly persisted game state. Built using Codex and OpenSpec in ~/mobile-game-clones/games/cascade-solitaire-motion.
Motion upgrade
Cards stay mounted through stock, waste, tableau, and foundation moves using packages/card-motion and Framer Motion so every deal, draw, reveal, and foundation move animates cleanly while the synced-store run remains resumable.