No description
Find a file
Tyler Renelle 4aa21e03d9 remove console.log on accessControl
Conflicts:

	src/server/setupStore.coffee
2012-09-04 14:27:53 -04:00
lib remove console.log on accessControl 2012-09-04 14:27:53 -04:00
public move terms & privacy to staticPages 2012-09-02 23:01:14 -04:00
src remove console.log on accessControl 2012-09-04 14:27:53 -04:00
styles Use bootstrap's homepage-style footer. revert here if causes problems, 2012-09-03 00:01:12 -04:00
ui Add ui connection alert 2012-06-20 20:47:08 -04:00
views add twitter via @lefnire 2012-09-03 00:11:04 -04:00
.appconfig nodester: add config files 2012-07-09 16:23:18 -04:00
.gitignore nodejitsu: changes necessary to run on jitsu 2012-07-09 18:41:40 -04:00
.nodester.appconfig nodester: add config files 2012-07-09 16:23:18 -04:00
LICENSE README & LICENSE 2012-06-26 11:29:49 -04:00
Makefile Using coffee instead (derby new --coffee first-project) 2012-04-26 22:19:31 -04:00
package.json changes for heroku: "engines": {"node": "0.8.x","npm": "1.1.x"} - note, this will be a merge conflict on the private branch 2012-08-24 15:36:38 -04:00
Procfile Adding procfile for heroku, add process.env.PORT instead of 3000 2012-07-10 09:36:18 -04:00
README.md reorganize readme.md, add astrid mention 2012-09-02 21:00:23 -07:00
server.js small tweaks to server.js 2012-08-24 15:30:21 -04:00

#HabitRPG

HabitRPG is a habit tracker app which treats your goals like a Role Playing Game. As you accomplish goals, you level up. If you fail your goals, you lose hit points. Lose all your HP and you die.

Screenshot

##Roadmap

  • Chrome Extension currently being developed (source code)
  • Authentication (Facebook / Twitter)
  • Groups, so you can compete with your friends
  • Integration with tools like Astrid, Pivotal Tracker, Pomodoro, RescueTime, and MyFitnessPal
  • See the full list

##FAQ

###What is habit tracking?

See 7 Tools to Help Keep Track of Habits and Goals for a description and more habit tracking examples.

###This is confusing

If you played RPGs (Role Playing Games) growing up, this app will make perfect sense to you; otherwise, it might be overwhelming at first. Be sure to follow the tutorial when you first load the website. If it's still not your cup of tea, checkout the above link, as well as MindBloom.

###How do I heal?

After you play for a while you unlock the Item Store, from which you can buy health potions. Also, HP resets upon leveling up (everyone knows that!).

###All my tasks are red, I'm dying too fast

This is good. The worse you are at a task, the more valuable it becomes - meaning you gain more experience for completing those red tasks. This will incentivise you to try harder and to focus on the more difficult tasks. If you really need a bail-out, you can "Re-Roll" from the item store for $1, which resets all your tasks to a clean slate. It costs real money to prevent you from abusing it.

###How do I log in / save my data?

HabitRPG is built on DerbyJS, which doesn't yet support authentication. As soon as EveryAuth becomes available to Derby, I'll implement it - that and the other network integration aspects on the roadmap. You can follow the progress here and here.

In the meantime, a workaround has been built to use a private url, similar to Workflowy's shared lists, which you can use to access your account from multiple computers. Click the top-right profile button and bookmark the URL it provides.

##License Code is licensed under GNU GPL v3. Content is licensed under CC-BY-SA 3.0. See the LICENSE file for details.

##Credits Content comes from Mozilla's BrowserQuest