/js13k2020

FOURFOLD

Primary LanguageJavaScriptMIT LicenseMIT

Fourfold

A game created for the js13kGames competition. Play it here.

Making of/analysis: saud.gq/blog/fourfold

Build

Install dependencies:

yarn install

Development build:

(no code minification, create 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