xhh / mygame

Trying to use Kaboom.js in Gleam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder structure

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

Development

$ npm run dev

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

Distribution

$ npm run build

will build your js files into www/main.js

$ npm run bundle

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

About

Trying to use Kaboom.js in Gleam.


Languages

Language:Gleam 60.0%Language:JavaScript 37.0%Language:HTML 2.9%