/chronoside

Chronoside is a text-based multiplayer fantasy role playing game (RPG) developed as a Discord Bot.

Primary LanguageJavaScriptMIT LicenseMIT

Chronoside

Chronoside is a text-based multiplayer fantasy role playing game (RPG) developed as a Discord Bot.
This bot was developed as an entry for Discord's Hack Week.

status Build Status License GitHub issues Discord Invite


Setup   Help   Testing   Contributing   Contributors


Setup

  • Clone the repository git clone https://github.com/majordwarf/chronoside
  • Navigate inside the repository cd chronoside
  • Install the dependencies ( yarn is recommended ) yarn
  • Change the config data inside config.json
  • Run the bot yarn start

Help

Commands - ( $ - Prefix )

  • start - Starts character creator to begin your adventure.

Testing

Contributing

To add a new feature or fix a bug follow the steps -

  • Make sure your local workspace is up-to-date with the main repository.
    • Add the original repository as upstream in you local git remote git remote add upstream https://github.com/majordwarf/chronoside
    • Fetch the latest code git fetch remote upstream master
    • Checkout to your local master branch git checkout master
    • Merge changes from upstream/master to sync git merge upstream/master
  • Create a new branch to work on the new feature or bug via the updated master branch git checkout -b "branch_name"
  • Work on feature/bug and stage all the files to commit it on that branch git add . > git commit -m "Commit Message"
  • Push the branch to your fork git push -u origin branch_name
  • Create a pull request.

Contributors

The Chronoside Bot was developed by @majordwarf, @segalll, and @gcttirth.