@jeffy24
uno-v2-motion
Blackjack-style green felt UNO table with stable physical-card motion and resumable bot rounds.
About this tile
UNO V2 Motion is a clean-slate, mobile-first UNO-like Poe game staged like a Blackjack table: green felt fills the iframe, the draw deck and discard pile sit as physical stacks, and cards travel between hands and piles with CSS-first motion.
Features
- Solo quick round against three deterministic bot seats.
- Offline-safe, resumable synced-store state: active match, hands, deck, discard, turn, pending draw/pass, score, terminal state, and settings restore after reopen.
- One persistent physical-card stage with exactly one stable DOM node per 108-card deck card id; zones are layout targets, not separate panel copies.
- Blackjack-like green felt table composition with no boxed hand/discard panels, readable bottom player hand, opponent seat chips, and centered draw/discard stacks.
- Animated deck-to-hand, hand-to-discard, and opponent-to-discard flights deduped by stable event/action ids for optimistic plus confirmed synced-store replays.
- Complete UNO-like rules: color/number/action matching, skip, reverse, draw two, wild, wild draw four with color choice, draw/pass, assisted Last Card, bot turns, and round win/loss.
- Mobile-safe haptics, top-right help, compact wild color chooser that preserves table context, and reduced-motion support.
Built in ~/mobile-game-clones/games/uno-v2-motion. Source bundle visibility is owner-only.