@board.fun/create-game
v1.0.0-beta.1
Published
Scaffold a new Board web game: a minimal starter wired for touch input, the system pause menu, and packaging for the device.
Readme
@board.fun/create-game
Scaffold a new Board web game:
npm create @board.fun/game my-gameThe starter draws every finger and Piece the device reports, wires the system pause menu so quitting works out of the box, and comes pre-configured for the device: relative asset paths, packaging scripts, and a placeholder for your Piece Set Model.
Prefer a full working reference? The showcase template exercises every SDK domain (sessions, saves, avatars, the pause menu), each wired to real UI:
npm create @board.fun/game my-game -- --template showcaseThen:
cd my-game
npm install
npm run dev # browser preview
npm run pack # installable .webapp.zip for your BoardDocumentation
The full build and deploy walkthrough lives in the
Build & Deploy guide.
The developer portal at https://dev.board.fun/ has the downloads (e.g. Piece Set
Models, the board-connect CLI).
License
Proprietary, governed by the Developer Terms of Use, published at https://docs.dev.board.fun/more/license.
