Our entry for the 2024 GMTK game jam
|
||
---|---|---|
sprites | ||
src | ||
tilesets | ||
www | ||
.drone.yml | ||
.envrc | ||
.gitignore | ||
devenv.lock | ||
devenv.nix | ||
devenv.yaml | ||
gmtk2024.tiled-project | ||
package-lock.json | ||
package.json | ||
peace-todos.org | ||
README.md | ||
tiles_that_we_need.org | ||
todo.org |
Folder structure
src
- source code for your kaplay projectwww
- 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.