No description
Find a file
Tyler Renelle c55ce9d419 use mongo-store in express session (see
4409329271bafd68e931d1d13e5519109a9a3c8e of chat-example)
2012-08-27 10:23:48 -04:00
lib use mongo-store in express session (see 2012-08-27 10:23:48 -04:00
public bring underscore back 2012-07-27 19:37:16 -04:00
src use mongo-store in express session (see 2012-08-27 10:23:48 -04:00
styles Have to use absolute positioning on .progress-text instead of float, 2012-08-23 23:53:40 -04:00
ui Add ui connection alert 2012-06-20 20:47:08 -04:00
views Have to use absolute positioning on .progress-text instead of float, 2012-08-23 23:53:40 -04:00
.appconfig nodester: add config files 2012-07-09 16:23:18 -04:00
.gitignore nodejitsu: adding lib/ (removing from .gitignore so nodejitsu doesn't 2012-07-09 15:38:19 -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 Updated README.md 2012-08-26 13:30:39 -07:00
server.js small tweaks to server.js 2012-08-24 15:30:21 -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.

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