4 Commits

Author SHA1 Message Date
6930858074 docs: add git commit convention to AGENTS.md 2026-05-17 17:29:53 +02:00
bcb5465247 feat: implement foundational poker table with game engine and UI
Add complete Texas Hold'em poker gameplay including:
- Pure function game engine (deck, dealing, betting, showdown)
- Hand evaluator supporting all 10 poker hand ranks
- Animated card components with 3D flip transitions
- CSS Grid oval poker table layout for up to 9 seats
- Player seat components with chip tracking and turn indicators
- Bet controls with conditional button visibility
- Basic AI opponents with random valid action selection
- Turn advancement, all-in auto-advance, and dealer rotation

Sync delta specs to main specs: poker-table, card-components,
game-engine, player-state.
2026-05-17 17:28:38 +02:00
8c59297f82 chore: archive init-sveltekit-project change and sync delta specs 2026-05-17 14:42:38 +02:00
ef66d79edf first commit 2026-05-17 14:31:48 +02:00