2026-02-20 16:19:18 +01:00
poc
2026-02-20 16:16:57 +01:00
2026-02-20 16:19:18 +01:00
2026-02-20 16:19:18 +01:00
2026-02-20 09:49:26 +01:00
poc
2026-02-20 16:16:57 +01:00
2026-02-20 16:19:18 +01:00
poc
2026-02-20 16:16:57 +01:00
2026-02-20 16:19:18 +01:00
poc
2026-02-20 16:16:57 +01:00
2026-02-20 09:49:26 +01:00
poc
2026-02-20 16:16:57 +01:00
2026-02-20 09:49:26 +01:00

Folder structure

  • src - source code for your kaplay project
  • dist - distribution folder, contains your index.html, built js bundle and static assets

Development

$ bun run dev

will start a dev server at http://localhost:8000

Distribution

$ bun run build

will build your js files into dist/

$ bun run zip

will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.

Description
No description provided
Readme 86 KiB
Languages
TypeScript 84.9%
JavaScript 10%
Dockerfile 2.8%
HTML 2.3%