Bag of Holding
Bag of Holding is a command line utility and library to help out with various table top gaming needs. It currently contains a dice roller but will grow to include a dungeon generator, various card deck functions and anything else I think to include.
Install
Currently you can clone the repository directly to use it. I will eventually distribute it as a ruby gem.
git clone https://github.com/packetmonkey/bag_of_holding.git
cd bag_of_holding
bundle
Usage
./bin/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.