Roulette
Roulette running with live launch, balance, RNG, bet settlement, and session-control enforcement on the Cloudflare path.
This lobby keeps the same AcmeToCasino visual language, but the runtime path is now Cloudflare-native. The page, the three game flows, the session state, and the read-model pipeline run on Pages, Workers, Durable Objects, D1, and KV.
In the current production scope, the surface is 100% functional for roulette, blackjack, and video poker.
Each button below creates a live session, launches the selected game, executes one round on the Cloudflare stack, and prints the production Worker response.
This section is the dedicated lobby for the Cloudflare deployment. The three games below run on the same session, compliance, balance, RNG, and betting foundation.
Launches through the API Worker and settles through the roulette Durable Object with session and balance control on the Cloudflare path.
Deals, actions, and final hand resolution are maintained in the blackjack Durable Object with the same auth and compliance pipeline.
Draw flow and round completion run on the Cloudflare runtime, using the shared session and wallet model.
Roulette running with live launch, balance, RNG, bet settlement, and session-control enforcement on the Cloudflare path.
Blackjack running with live deal, action handling, settlement, and the same compliance-aware session control used across the lobby.
Video poker running with live draw flow, round completion, balance update, and session-control enforcement on Cloudflare.
This UI is served directly by Cloudflare Pages on the `cfgp*` hostnames.
Each action runs against stateful Workers infrastructure and returns a real production response.
The same Cloudflare-side sessions and rounds feed the monitoring data exposed elsewhere in the platform.
Frontend, gameplay, session state, and read models are all running on the Cloudflare stack for this proof, and the three production games are fully operational.