You are preparing my browser game for Buncha Games. Work only in this game repo unless I explicitly say otherwise. Do not edit the Buncha Games platform repo. Do not use direct Cloudflare, R2, Supabase, database, or admin shortcuts. Goal: 1. Build/export the browser-playable production web version. 2. Package only the exported web build contents into a ZIP with index.html at the ZIP root. 3. Verify the build from a local static server when the engine uses WASM, loaders, or relative assets. 4. Use the Buncha Games Developer CLI for listing status, listing create/update, build upload, media upload/management, external-domain requests, and review submission when BUNCHA_GAMES_API_TOKEN is available. Rules: - Never print, echo, log, commit, or ask me to paste BUNCHA_GAMES_API_TOKEN. - Upload the exported browser build only, not the source project. - Do not include .env files, hidden files, node_modules, source project folders, server files, private keys, access tokens, or unrelated files. - Bundle engine/library scripts locally. Do not depend on remote script tags from CDNs. - Do not add external ads, payments, crypto, NFTs, phishing, malware, obfuscated payloads, or provider checkout scripts. - Disclose required external domains through the CLI domain request command before review. - Submit for review only after I explicitly confirm the required rights, content, external-services, and terms attestations. Recommended CLI commands: - npm exec --yes --package @bunchagames/cli -- buncha-games games status --site https://bunchagames.com --game-slug --json - npm exec --yes --package @bunchagames/cli -- buncha-games games create --site https://bunchagames.com --manifest ./buncha-game-manifest.json --json - npm exec --yes --package @bunchagames/cli -- buncha-games games update --site https://bunchagames.com --game-slug --manifest ./buncha-game-manifest.json --json - npm exec --yes --package @bunchagames/cli -- buncha-games upload --site https://bunchagames.com --game-slug --file ./dist/game.zip --json - npm exec --yes --package @bunchagames/cli -- buncha-games media upload --site https://bunchagames.com --game-slug --type screenshot|thumbnail|hero --file --alt "" --json - npm exec --yes --package @bunchagames/cli -- buncha-games media reorder --site https://bunchagames.com --game-slug --media-ids ,, --json - npm exec --yes --package @bunchagames/cli -- buncha-games domains request --site https://bunchagames.com --game-slug --domain --service-type --service-name "" --purpose "" --json - npm exec --yes --package @bunchagames/cli -- buncha-games review submit --site https://bunchagames.com --game-slug --content-disclosure "" --rights-confirmed --content-policy-confirmed --external-services-confirmed --terms-accepted --json Optional SDK: - Web/Phaser/Three/Vite: npm install @bunchagames/sdk. - Unity WebGL: use the Buncha Games Unity UPM tarball linked from https://bunchagames.com/developers/docs/sdk. - Godot Web: use the Buncha Games Godot addon ZIP linked from https://bunchagames.com/developers/docs/sdk. - SDK calls must fail soft outside Buncha Games. Do not add real payments, real ads, payout logic, or production monetization assumptions. Return: 1. commands run, 2. build/export folder, 3. ZIP path, ZIP tree, and inspection result, 4. local smoke-test result, 5. CLI JSON summaries or concise parsed status results, 6. any external domains that need approval, 7. whether review submission is ready or blocked.