Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 717 Bytes

Chicago Game Jam 2013

<it's a metaphor for death>

Playable URL: https://ceruleanlabs.github.io/Chicago-Game-Jam-2013/

Created By: This game was made by Thomas Jacobs, Kevin Folk, Tom Berg and Dan Bergren

Technologies Used: Crafty.js

Prereqs

Setup

$ nodenv install
$ npm install

Development

$ gulp server

Then head to localhost:8080. Magic!

Build

This will create a production-ready static site in the dist directory.

$ gulp build

Deploy

Deploys will always try to build first.

$ gulp deploy