js13k2020
js13k2020 copied to clipboard
FOURFOLD
Fourfold
A game created for the js13kGames competition. Play it here.
Making of/analysis: saud.wtf/blog/fourfold
Build
Install dependencies:
yarn install
Development build:
(no code minification, creates sourcemap)
yarn devbuild
Production build:
(minified, no sourcemap)
yarn build
Generated files will be stored in the app directory.
Compress built files:
(requires the zip command)
yarn bundle
Stuff used
esbuild for minification & bundling.
ZzFXM for sound.
License
MIT