Bag of Holding
A tabletop gaming utility library and CLI
Install
gem install bag_of_holding
or add the following line to Gemfile:
gem 'bag_of_holding'
Usage
All of these examples assume usage of the command line utility. All functions should be easily executable via the ruby API as the cli mostly just executes high level API call and prints the results.
Rolling Dice
Example
boh roll 1d20+5
8 = 3 (1d20) + 5
Found a bug?
Open a github issue
Contributing & Development
- Fork the project.
- Make your feature addition or bug fix. All specs should pass.
- Add specs for your changes.
- Commit
- Send a pull request. Bonus points for topic branches.
Licence
Bag of Holding is released under the MIT Licence
Authors
Bag of Holding is written and maintained by Evan Sharp.