A tool for someone to use to quickly create content for a tabletop RPG world. Libraries for making video games with the d20 system
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github removed TODO's from CONTRIBUTING.md we now use issues Nov 5, 2017
api updated .gitignor to exclude unneeded rust files May 1, 2017
data fixed extention issue May 26, 2017
include Merge branch 'character-module' into patch-v0.4.0-dev May 31, 2017
src added TODO for command history Nov 5, 2017
test hotfix to resolve make check failing May 31, 2017
.gitignore Merge branch 'api' into patch-v0.4.0-dev May 31, 2017
.travis.yml
CMakeLists.txt development version v0.4.0-dev -> v0.5.0-dev Nov 5, 2017
LICENSE
README.md small issue with the README.md Nov 5, 2017
build.bat windows build confirmed Nov 5, 2017
build.sh
config.h.in removed windows line endings for consitancy in project May 5, 2017

README.md

OpenRPG

Build Status Version Number Discord Chat Build status

OpenRPG is still in its infancy and I want it to do a lot by v1.0.0!
What OpenRPG aims to accomplish two fold.

First, it will be a tool for someone to use to quickly create content for a tabletop RPG world. v1.0.0 will focus specifically on the 5e rules, however I hope to have that expand out to include Pathfinder and as far back as AD&D.

Secondly, OpenRPG should be structured in such a way that game developers that want to emulate the d20 system in a video game could easily implement our libraries in their games to help speed production of back end tools.

Some of the features this tool will include by v1.0.0 are:

  • A GUI front-end for the CLI tools
  • A die simulation tool
  • A name generator tool
  • A character generator tool (with the option to autofill a character sheet)
  • A town generator tool
  • An encounter/combat generator tool
  • A world generator tool
  • A world/town map generator

... And more (hopefully)!

v0.1.0 is a basis for the CLI/developer version, but v1.0.0 will contain a portable GUI that works on Windows, Linux, and macOS.

Building

Currently we require cmake (at least v2.8.4) and make

Build script

Linux: run build.sh $ ./build.sh

Manual build

Create a build directory $ mkdir build && cd build
Run cmake $ cmake .. OR Optionally run $ cmake -DCMAKE_INSTALL_PREFIX=/desired/install/location ..
Run make $ make

Check Integrity of build

Run make check $ make check

Installing

After building run make install $ make install

License

OpenRPG Software License - Version 1.0 - February 10th, 2017 http://www.openrpg.io/about/license/