create-cubeforge-game
v0.4.1
Published
Scaffold a new Cubeforge game project
Readme
create-cubeforge-game
Scaffold a new Cubeforge game project in seconds.
Usage
# npm
npx create-cubeforge-game my-game
# pnpm
pnpm create cubeforge-game my-game
# yarn
yarn create cubeforge-game my-game
# bun
bunx create-cubeforge-game my-gameThen:
cd my-game
npm install
npm run devWhat you get
A ready-to-run Vite + React + TypeScript project with:
cubeforgepre-installed- A working example game (platformer with physics, input, camera)
vite.config.tsconfigured for canvas gamestsconfig.jsonwith strict mode- Dev server on
localhost:5173
Links
License
MIT
