Roulette
Creates a session, launches roulette, and settles one red bet through the roulette Durable Object.
The same AcmeToCasino visual language, now running fully on Cloudflare. This page, the 3 game flows, the stateful sessions, and the read-model pipeline are all executed on Pages, Workers, Durable Objects, D1, and KV.
Each button below creates a live session, launches the selected game, executes one round on the Cloudflare stack, and prints the real response from production Workers.
Creates a session, launches roulette, and settles one red bet through the roulette Durable Object.
Deals one blackjack hand, then resolves it with a stand action using the blackjack session Durable Object.
Deals five cards and finishes the round with a draw request on the video poker Durable Object.
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.