On this page
britzl/boom/boom.boom
Boom is a game framework built on top of Defold.
- GitHub: britzl/boom — pinned to
2fe3aed- Pick a release from britzl/boom releases and add its Source code (zip) URL (or a packaged
.zipasset, if the library ships one) togame.projectunder[project]dependencies, then Fetch Libraries in the Defold editor. - Run
bunx @defold-typescript/cli resolveto materialize its types. - Import it under a namespace alias of your choice:
import * as boom from "boom.boom"
- Pick a release from britzl/boom releases and add its Source code (zip) URL (or a packaged
Functions
boom(game: () => void)
Start a boom game. Call this from your own game script
Parameters
game:() => void— Game loop function