Skip to content

HabitRPG/habitica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

889c41f · Jul 2, 2016
Jul 2, 2016
May 29, 2016
Jul 2, 2016
Nov 29, 2014
Mar 15, 2016
Mar 6, 2015
Dec 2, 2015
Jun 23, 2016
May 23, 2016
May 23, 2016
Jul 2, 2016
May 28, 2016
Jul 2, 2016
May 23, 2016
May 23, 2016
Nov 27, 2014
Aug 2, 2015
May 23, 2016
Jun 16, 2016
May 23, 2016
Jun 28, 2016
Mar 5, 2016
May 23, 2016
Jun 17, 2016
May 23, 2016
Jun 21, 2016
May 23, 2016
Mar 15, 2016
Jul 31, 2015
May 28, 2016
May 25, 2016
Jul 2, 2016
Jun 22, 2016
Jan 11, 2016
Jan 11, 2016
May 23, 2016
May 23, 2016
Jul 2, 2016
Jul 2, 2016

Repository files navigation

Habitica Build Status Code Climate Coverage Status Bountysource

Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.

We need more programmers! Your assistance will be greatly appreciated.

For an introduction to the technologies used and how the software is organized, refer to Contributing to Habitica - "Coders (Web & Mobile)" section.

To set up a local install of Habitica for development and testing, see Setting up Habitica Locally, which contains instructions for Windows, *nix / Mac OS, and Vagrant.

Then read Guidance for Blacksmiths for additional instructions and useful tips.

Debug Scripts

In the ./debug-scripts/ folder, there are a few files. Here's a sample:

grant-all-equipment.js
grant-all-mounts.js
grant-all-pets.js

You can run them by doing:

node debug-scripts/name-of-script.js

If there are more arguments required to make the script work, it will print out the usage and an explanation of what the script does.