Flipping Poker
2-player poker variant with a 3-board flipping mechanic
What it is
Flipping Poker is an original 2-player poker variant. Each hand uses three boards instead of one, and a flipping mechanic shifts which board is in play between betting rounds. The result is a faster, more bluff-heavy game than heads-up Hold'em, with deeper decisions per street than Omaha gives you.
Why build it
It is a showcase for the broader turn engine — declarative rules, pluggable bot types (random, heuristic, AI, GTO solver), and automated metrics for luck, balance, and game length. The game itself doubles as a real product: a playable MVP prototype is live for invite-only testing.
Status
MVP prototype playable. UX experiments and bot-vs-bot data collection are ongoing.