more links

This commit is contained in:
Tyler Renelle 2013-01-23 19:39:32 -05:00
parent e0d3df831b
commit 9051f2e40c
3 changed files with 14 additions and 63 deletions

View file

@ -4,29 +4,14 @@
![Screenshot](https://raw.github.com/lefnire/habitrpg/master/public/img/screenshot.jpeg "Screenshot")
##About
###How Does it Work
See the [How Does it Work](https://github.com/lefnire/habitrpg/wiki/How-Does-it-Work%3F) page.
###FAQ
See the [Frequently Asked Questions](https://github.com/lefnire/habitrpg/wiki/FAQ) page.
###Roadmap
* Groups: compete with your friends
* Mobile App
* Integration with tools like Astrid, Pivotal Tracker, Pomodoro, RescueTime, and MyFitnessPal
* [See the full list](https://workflowy.com/shared/cd06313a-7c93-ae5f-ae55-e64cae0556e4/)
###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](https://chrome.google.com/webstore/detail/habitrpg/pidkmpibnnnhneohdgjclfdjpijggmjj), and you can use it wherever (eg, I'm using it in my [Pomodoro scripts](https://www.evernote.com/shard/s17/sh/9cd765e9-9b5e-44ff-a3e1-b46691c3f593/4ab39c1fca3fe6d54c831dfe6550bf5d)). See [the API page](https://github.com/lefnire/habitrpg/wiki/API) for more details.
###[About](https://habitrpg.com/splash.html)
###[Running Locally](https://github.com/lefnire/habitrpg/wiki/Running-Locally)
###[API](https://github.com/lefnire/habitrpg/wiki/API)
##Contact
###[Issue Queue](https://github.com/lefnire/habitrpg/issues)
For bugs, issues, feature requests, or suggestions.
###[Email Me](mailto:tylerrenelle@gmail.com)
For everything else. Don't be shy.
###[Bugs](https://github.com/lefnire/habitrpg/issues)
###[New Features](https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6)
###[Email](mailto:tylerrenelle@gmail.com)
##License
Code is licensed under GNU GPL v3. Content is licensed under CC-BY-SA 3.0.
@ -35,5 +20,5 @@ See the LICENSE file for details.
##Credits
Content comes from Mozilla's [BrowserQuest](http://browserquest.mozilla.org/)
* [Mozilla](http://mozilla.org)
* [Little Workshop](http://www.littleworkshop.fr)
* [Mozilla](http://mozilla.org)
* [Little Workshop](http://www.littleworkshop.fr)

View file

@ -51,13 +51,13 @@
<td>
<div class="addthis_toolbox addthis_default_style "
addthis:url="http://habitrpg.com"
addthis:title="HabitRPG: Role Playing Game for Self Improvement">
addthis:title="HabitRPG: Role Playing Game for Self Improvement"></div>
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet" tw:via="lefnire"></a>
</td>
<td><a href="http://habitrpg.tumblr.com/">Blog</a>&nbsp;-&nbsp;</td>
<td><a href="https://github.com/lefnire/habitrpg#faq">FAQ</a>&nbsp;-&nbsp;</td>
<td><a href="https://github.com/lefnire/habitrpg#api">API</a>&nbsp;-&nbsp;</td>
<td><a href="https://github.com/lefnire/habitrpg/wiki/FAQ">FAQ</a>&nbsp;-&nbsp;</td>
<td><a href="https://github.com/lefnire/habitrpg/wiki/API">API</a>&nbsp;-&nbsp;</td>
<td><a href="https://github.com/lefnire/habitrpg#contact">Contact</a></td>
</tr>

View file

@ -6,41 +6,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<modalDialogs:>
<app:myModal modalId="about-modal" header="HabitRPG - Gamify Your Life">
<p>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.</p>
<h3>How Does it Work</h3>
<p>Watch the <a href="http://www.youtube.com/watch?feature=player_detailpage&v=uF8ZuN_xxjw#t=261s">video tutorial here</a>.</p>
<h4>Habits</h4>
<p>Habits are goals that you constantly track. For some habits, it only makes sense to gain points (eg, "1h Productive Work"). For others, it only makes sense to lose points (like "Eat Junk Food"). For the rest, both gain and loss apply (eg, for "Take The Stairs", stairs is a gain, elevator is a loss).</p>
<h4>Dailies</h4>
<p>Dailies are goals that you want to complete once a day. At the end of each day, non-completed Dailies dock you points. If you are doing well, they turn green and are less valuable (experience, gold) and less damaging (HP). This means you can ease up on them for a bit. But if you are doing poorly, they turn red. The worse you do, the more valuable (exp, gold) and more damaging (HP) these goals become. This encourages you to focus on your shortcomings, the reds.</p>
<h4>Todos</h4>
<p>Todos are one-off goals which need to be completed eventually. Non-completed Todos wont hurt you, but they will become more valuable over time. This will encourage you to wrap up stale Todos.</p>
<h4>Rewards</h4>
<p>As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits. But only buy if you have enough gold - you lose HP otherwise.</p>
<p>After youve played for a while, you unlock the <strong>Item Store</strong> under the rewards column. You can now buy weapons, armor, potions, etc. Armor decreases HP loss (by an increasing amount wich each upgrade). Weapons increase experience gain. Potions recover 15 HP.</p>
Watch the video tutorial here.
<h3>Resources</h3>
<ul>
<li><a href="https://github.com/lefnire/habitrpg#faq">FAQ</a></li>
<li><a href="https://github.com/lefnire/habitrpg#roadmap">Roadmap</a></li>
<li><a href="https://github.com/lefnire/habitrpg#api">API</a></li>
<li><a href="https://github.com/lefnire/habitrpg#contact">Contact</a></li>
</ul>
<h4>License</h4>
<p>Code is licensed under GNU GPL v3. Content is licensed under CC-BY-SA 3.0. See the LICENSE file for details.</p>
<h4>Credits</h4>
<p>Content comes from Mozillas <a href="http://browserquest.mozilla.org/">BrowserQuest</a></p>
<ul>
<li><a href="http://mozilla.org">Mozilla</a></li>
<li><a href="http://www.littleworkshop.fr">Little Workshop</a></li>
</ul>
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</@footer>
</app:myModal>
{#if _loggedIn}
<app:myModal modalId="settings-modal" header="Settings">
<strong>User ID</strong><br/>
@ -299,10 +264,11 @@
<ul>
<li>Copyright &copy; 2012 OCDevel LLC</li>
<li><a href="/splash.html">About</a></li>
<li><a href="http://habitrpg.tumblr.com/">Blog</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/FAQ">FAQ</a></li>
<li><a target="_blank" href="http://habitrpg.tumblr.com/">Blog</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/issues?state=open">Bugs</a></li>
<li><a target="_blank" href="https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6">Features</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/FAQ">FAQ</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg/wiki/API">API</a></li>
<li><a target="_blank" href="https://github.com/lefnire/habitrpg#contact">Contact</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/terms">Terms</a></li>