Our entry for the 2024 GMTK game jam
Find a file
Alex Steiner 18b6ae7819
Some checks failed
continuous-integration/drone/push Build is failing
crunch the font! CRUNCH
2024-08-20 22:37:38 +02:00
sprites remove ~80kB of sprite we don't display :D 2024-08-20 22:31:04 +02:00
src crunch the font! CRUNCH 2024-08-20 22:37:38 +02:00
tilesets Added small tiles. 2024-08-20 15:14:11 +02:00
www crunch the font! CRUNCH 2024-08-20 22:37:38 +02:00
.drone.yml Added deployment tasks. 2024-08-16 17:20:10 +02:00
.envrc Added devenv. 2024-08-16 17:06:53 +02:00
.gitignore Add test tilemap 2024-08-17 11:13:34 +02:00
devenv.lock Added devenv. 2024-08-16 17:06:53 +02:00
devenv.nix Automatically install nodejs dependencies. 2024-08-16 22:13:18 +02:00
devenv.yaml Added a prettier hook. 2024-08-16 17:16:11 +02:00
gmtk2024.tiled-project Add bridge 2024-08-20 11:29:57 +02:00
package-lock.json Check my types 2024-08-17 13:40:13 +02:00
package.json Merge branch 'tiled-importer' into trunk 2024-08-17 16:39:04 +02:00
peace-todos.org Updated todos. 2024-08-20 18:37:41 +02:00
README.md Added a prettier hook. 2024-08-16 17:16:11 +02:00
tiles_that_we_need.org Added steel bridge. 2024-08-20 12:40:25 +02:00
todo.org update todo 2024-08-20 22:32:51 +02:00

Folder structure

  • src - source code for your kaplay 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.