No description
Find a file
2012-10-28 15:32:12 -04:00
lib Test userObj on server route, attempt to fixing crashing server 2012-10-28 15:32:12 -04:00
public add github-btns back in, as local clone into /public files 2012-10-12 08:48:25 -04:00
src Test userObj on server route, attempt to fixing crashing server 2012-10-28 15:32:12 -04:00
styles use github's social-count classes for token-cost 2012-09-19 09:50:41 -04:00
test setup test files to use underscore instead of lodash 2012-10-28 15:32:10 -04:00
ui Add ui connection alert 2012-06-20 20:47:08 -04:00
views Revert "Revert "add reset button"" 2012-10-28 15:31:53 -04:00
.gitignore Pull in changes from private branch, including many bug fixes and - 2012-09-15 15:06:51 -04:00
LICENSE README & LICENSE 2012-06-26 11:29:49 -04:00
Makefile setting up for testing REST 2012-10-12 11:53:57 -04:00
package.json try going back to underscore and node.clone, heroku doesn't like lodash 2012-10-28 15:32:08 -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-10-12 11:21:30 -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. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.

Screenshot

##Roadmap

  • Groups: compete with your friends
  • Mobile App
  • Integration with tools like Astrid, Pivotal Tracker, Pomodoro, RescueTime, and MyFitnessPal
  • See the full list

##FAQ

###What is habit tracking?

See Trackers vs Lifehackers for a description and more habit tracking examples.

###This is confusing

If you played RPGs (Role Playing Games) growing up, this app will make 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 Trackers vs Lifehackers for alternatives.

###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 (of course!).

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

Good! Your red tasks provide the most incentive. The worse you are at a task, the more valuable it becomes in Exp & GP, which will push you to focus on the harder tasks. However, if you really need a bail-out, you can "Re-Roll" from the item store, which resets all your tasks to a clean slate. You have to use your quarters, which will prevent you from re-rolling frequently.

Again, try as hard as you can to avoid using re-roll. The point of red tasks is to push you to try harder.

##API HabitRPG has a simple API for up-scoring and down-scoring third party Habits: POST /users/:userId/tasks/:taskId/:direction. This API is currently used in the Chrome extension, and you can use it wherever (eg, I'm using it in my Pomodoro scripts). See the API page for more details.

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