No description
Find a file
2012-07-17 10:20:41 -04:00
lib Updated server/index.coffee for new session middleware. doesn't work 2012-07-17 10:20:41 -04:00
public remove comment & dollar .png 2012-07-10 14:28:29 -04:00
src Updated server/index.coffee for new session middleware. doesn't work 2012-07-17 10:20:41 -04:00
styles swap reward & item colors 2012-07-08 23:51:16 -04:00
ui Add ui connection alert 2012-06-20 20:47:08 -04:00
views Remove tyler defaults & "toggle debug" button 2012-07-16 18:10:01 -05: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 Updated server/index.coffee for new session middleware. doesn't work 2012-07-17 10:20:41 -04:00
Procfile Adding procfile for heroku, add process.env.PORT instead of 3000 2012-07-10 09:36:18 -04:00
README.md Updated README.md 2012-07-11 16:39:16 -07:00
server.js jitsu: default port to 3000 if !process.env.PORT 2012-07-10 14:28:13 -04:00

#HabitRPG

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

##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.

###My tasks are too red, they're killing me 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 the more you're struggling, as well as to avoid failing (since the more valuable tasks drain more HP). If you're really struggling, you can buy "Re-Roll" from the item store, which resets all your tasks to 0.

###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