[![Build Status](https://travis-ci.org/HabitRPG/habitrpg-shared.png?branch=master)](https://travis-ci.org/HabitRPG/habitrpg-shared) ## We're in the process of migraring this repository to the main HabitRPG repository, you can report any issue [here](https://github.com/HabitRPG/habitrpg). 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 `