Four casino games for Even Realities G2 smart glasses — you vs the house.
Status: v0.0.1 — scaffold only. Builds in Phase D, after Card Pack ships and proves the shared platform contract. Not yet playable.
- Blackjack — vs dealer, hit / stand / double / split
- Video Poker — Jacks or Better, single hand with discard + redraw
- Three Card Poker — fastest rounds in the pack
- Roulette — bet on numbers and colors, spin the wheel
Card Pack — classic card games (Hearts, Spades, Euchre, Solitaire, Crazy Eights, Cribbage, Gin Rummy) using the same shared platform. Both packs feel like one product family by design — see even-card-platform/STYLE.md.
This repo holds the House Games .ehpk build (package_id com.philtullai.housegames). The actual platform code lives in even-card-platform and is consumed via file:../even-card-platform.
Each game lives in src/games/<id>/ as a self-contained module implementing the Game interface from the platform.
MIT.