Static game collection for heist deployed via Cloudflare Workers.
Open heist/index.html directly in your browser or serve the folder with a local static server.
This project uses Cloudflare Workers to serve the games site from the repo root.
The heist2 game uses the same domain for its WebSocket room endpoint at /room, so no separate Node server is required once the Worker is deployed.
Run the deploy script from the repo root:
npm install
./scripts/deploy.shThat script changes to the repo root and executes:
npx wrangler deployThe Cloudflare configuration is in wrangler.toml with:
route = "games.veyan.ai/*"[site].bucket = "./heist"
Make sure the parent zone veyan.ai is added to Cloudflare and the games subdomain DNS record exists.