acleverpun / letsgoonanadventure

Adventure game prototype built from our skeleton
0 stars 0 forks source link

An adventure game prototype

An adventure prototype built on our skeleton.

Dependencies

Assuming Node.js is installed, the others may be installed via npm.

$ npm install -g bower
$ npm install -g broccoli-cli

Setup

# we have this run `bower install` as well, or else that too would be necessary
$ npm install

Development

The .js files in app/ get transpiled and concatenated into a file named main.js. Everything in public/ gets served directly.

DJ, Spin that shit

Running

$ broccoli serve

Building for distribution

We have yet to hit this point, but it will be along the lines of running broccoli dist.