Skip to content

dimgrav/wayfarer

Repository files navigation

Wayfarer

The Open Source adventuring companion!

2019 © Dimitris Gravanis - dimgrav@gmail.com

What is Wayfarer?

Wayfarer aims to be a feature-rich, cross-platform and Open Source mobile application for the D20 pen & paper RPG adventurer!

Main feature goals:

  • Character Sheet
  • Inventory System
  • Adventurer's Journal
  • Dice Roller

Nice to haves:

  • 3rd party API integrations (e.g. D&D Beyond)
  • Support for managing multiple characters
  • Support for additional gaming systems (othen than D20)

Project setup

Wayfarer uses React Native via react-native-cli.

Install npm dependencies:

npm install

Start packager:

react-native start

Run on an Android emulator*:

react-native run-android

*Prerequisite: an Android Emulator AVD instance is already started!

Contribute

Contributions are more than welcome!

Make sure that you read and agree with the project's Code of Conduct!

For pending tasks, visit the project's Trello board here.