From fe6579937cb472a54bdda0cb9d9c10c2589f270a Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 9 Feb 2015 19:06:13 -0600 Subject: [PATCH] Editted common readme --- common/README.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/common/README.md b/common/README.md index 22f976df22..5b23aa3257 100644 --- a/common/README.md +++ b/common/README.md @@ -1,36 +1,9 @@ -[![Build Status](https://travis-ci.org/HabitRPG/habitrpg-shared.png?branch=master)](https://travis-ci.org/HabitRPG/habitrpg-shared) +# Common -## We're in the process of migrating 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 `