cascade-solitaire-deck
@jeffy24

cascade-solitaire-deck

Card-deck Cascade Solitaire: one physical card node per card, tap-to-move tableau, undo, hints, and resume.

About this tile

Cascade Solitaire Deck is a card-deck-framework version of Cascade Solitaire for Poe. It preserves the original Klondike-style rules, scoring, undo, hints, autoplay, and offline-safe synced-store resume behavior while rendering the table with Jeffrey Young's physical card framework.

What you can do

  • Play a full solitaire loop — draw stock, recycle waste, build alternating-color tableau runs, and move each suit foundation from Ace to King.
  • Watch physical cards travel — every card id is represented by one persistent @jeffreyyoung/card-deck button that moves between stock, waste, tableau, and foundations.
  • Undo and recover — rewind atomic moves including tableau reveals and waste recycles.
  • Ask for help — use Hint for a readable next step or Auto to send obvious safe cards to foundations.
  • Resume anywhere — synced-store persists seed, tableau, foundations, stock, waste, score, move count, semantic action ids, settings, and terminal state after every meaningful action.

Card-deck provenance

This app depends on the repo workspace package @jeffreyyoung/card-deck in packages/card-deck, vendored from https://github.com/jeffreyyoung/card-deck commit 06b5c039bdf26a80b816fa696a669858a844af03. The app owns game rules and zone anchors; card-deck owns one physical card node per card id and transform-based movement between zones.