create-emergent-arcade-game
v0.1.0
Published
Scaffold a browser game for Emergent Arcade.
Maintainers
Readme
create-emergent-arcade-game
Create a small Vite and TypeScript game that is already wired to the Emergent Arcade SDK, lifecycle, and manifest.
npm create emergent-arcade-game@latest my-game
cd my-game
npm install
npm run devThe generated project also includes these checks:
npm run typecheck
npm run buildThe starter defaults to an unranked mode. Replace its example interaction, manifest metadata, artwork, and controls with your game. Ranked games need a reviewed deterministic proof contract and validator profile before release.
Use npm create emergent-arcade-game@latest . to scaffold into the current
directory. The creator refuses to overwrite a non-empty directory.
See the Arcade SDK documentation for the complete release and security requirements.
