Shared resources useful for the multiple HabitRPG repositories, that way all the repositories remain in-sync with common characteristics. Includes things like: * Assets - sprites, images, etc * CSS - especially, esp. sprite-sheet mapping * Algorithms - level up algorithm, scoring functions, etc * View helper functions that may come in handy for multiple client MVCs * Item definitions - weapons, armor, pets ##Installation * `npm install` * `grunt` - after you've made modifications and want to compile the dist files for browser * Node.js * `require ('coffee-script')` * `require('./script/algos.coffee')`, `require('./script/helpers.coffee')`, etc. * Browser * Use `