create-spud
v0.3.1
Published
The quickest way to set up and scaffold a [spud](https://spud.gg) game.
Readme
create-spud
The quickest way to set up and scaffold a spud game.
Quick start
npm create spudAlso supported:
pnpm create spud
bun create spud
deno create npm:spudAutomatically set up for you
- A working Vite + TypeScript project with hot module replacement
- Canvas setup with DPI-aware scaling
- Fixed‑timestep update loop + variable-rate render loop
- Static asset import handling through Vite and image optimization
- Gamepad integration with the spud API (npm)
- Starter templates:
minimal: no gameplay or assets includedpong: a one-player Pong with gamepad and keyboard input support, audio assets, and in-game camera
Requirements
- Node.js 22+ for
npm create spud,pnpm create spud, orbun create spud - The corresponding package manager for npm, pnpm, or Bun
- Deno 2.6+ for
deno create npm:spud
Dependencies are installed with the same tool you use to create the project.
