Skip to content

Fiasco SDK

The Fiasco SDK is a low dependency TypeScript library for building high performance games.

Documentation available at: docs.void.dev.

Development

Before starting development:

  • Install bun globally.
  • Store a Void npm token in an environment variable called NPM_TOKEN.

Install dependencies:

sh
bun install

Run tests and all CI checks locally:

sh
bun run ci

Modules