Shared resources useful for the multiple HabitRPG repositories, that way all the repositories remain in-sync with common charactaristics. Includes things like: * Assets - sprites, images, etc * CSS - especially, esp. sprite-sheet mapping * Algorithms - level up algorithm, scoring functions, etc * Item definitions - weapons, armor, pets ##Installation `npm install` `make` * Node.js * `require ('coffee-script')` * `var shared = require('./index.js')` or `require('./script/algos.coffee')` if you only need one file. * Browser * Use `