@jeffy24
video-poker-draw-motion-deck
Animated Jacks-or-Better draw poker rebuilt on Jeffrey Young's physical card-deck table renderer.
About this tile
Video Poker Deck
A mobile-first Jacks-or-Better video poker game rebuilt on Jeffrey Young's @jeffreyyoung/card-deck physical table renderer.
Features
- Uses
@jeffreyyoung/card-deckfrom the workspace package vendored from https://github.com/jeffreyyoung/card-deck commit06b5c039bdf26a80b816fa696a669858a844af03. - Keeps one persistent physical card button per 52-card deck id; cards move between deck, hand, held, and removed zones instead of being duplicated in panels.
- Deal five cards, tap cards to hold, then draw once using Jacks-or-Better payout rules.
- Bankroll, current hand, deck, held cards, result, and semantic event ids persist in synced-store so the game resumes after close/reopen.
- Designed for Poe mobile feed iframes with safe-area controls, non-selectable game UI, and reduced-motion fallbacks.
Verification
Run from this package:
``bash bun run type-check bun run test bun run build bun run test:playwright bun run publish-to-poe-tiles ``