Jared-Sprague / js13k2020

FOURFOLD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

FOURFOLD

License:MIT License


Languages

Language:JavaScript 94.8%Language:CSS 4.2%Language:HTML 0.7%Language:Shell 0.3%