Oh no, Turtle is on its back! Help it get right-side up!
Playable at games.jayther.com/js13k2019/.
Game created for the 2019 js13k games competition.
Files: 3 (index.html, b.js, c.css)
unminified: 82.5 KB
minified: 33.1 KB
gzipped: 10.25 KB
Setup:
- Clone repo
npm installto install dev stuff.- (optional)
npm install -g gulpto install gulp globally.
Commands:
gulp build-devto build files for local dev. This produces concatenated files, but not minified.gulp devto run game onlocalhost:8080on a lightweight server with non-minified files. This runsgulp build-devbefore starting the server.Ctrl+Cto stop the server.gulp buildto build files for prod. This produces minified files.gulp prodto run game onlocalhost:8080with minified files. This runsgulp buildbefore starting the server.Ctrl+Cto stop the server.gulp distto produce a zipped file of the game files (intodist/archive.zip).gulp deployto deploy to website via FTP (for personal website). Needs.envfile with the appropriate vars.