@jeffy24
euchre-sprint
Fast mobile Euchre with cards.js cards, bot partners, trump bidding, and synced mid-hand resume.
About this tile
Euchre Sprint is a mobile-first, single-player trick-taking sprint built with locally vendored cards.js card rendering. Order up trump, play with a bot partner through five-card Euchre hands, and race the bot team to 5 points with mid-hand synced-store resume.
What you can do
- Order trump or pass — play through an ordering-up flow against three bot seats before each hand starts.
- Play legal Euchre tricks — bowers use Euchre trump ordering, left bowers change effective suit, and the UI only enables legal follow-suit cards.
- Race short hands — each hand has five tricks, maker/euchre scoring, and a compact target score for fast mobile sessions.
- Resume instantly — active hand, score, dealer, trump, tricks, and all hands persist in synced-store so reopening restores the table.
- See real card assets — cards.js, jQuery, and card sprite files are vendored locally with a TypeScript adapter around the old global API.
Built on Synced-Store
Built using Codex and OpenSpec in ~/mobile-game-clones/games/euchre-sprint. The game stores active table state in synced-store and keeps Euchre rules in pure logic modules for deterministic tests.