Skip to main content

An efficient dice notation parser with extended notation

Project description

GNOLL

Build + Test GitHub license GitHub last commit Donate

An easy to integrate dice notation library for C, C++, Perl and Python. Use for instant support of common syntax and a library that can scale with your demands, rather than a sticky taped monstrousity of regular expressions and tears.

Here's an example of how you might use GNOLL:

   Grindon The Brave: I want to steal from the goblin sitting at the bar.
   Dungeon Master: Okay, give me a stealth check!
   Grindon The Brave: Okay, that's a <1d20+5>
   [GNOLL]: 21
   Dungeon Master: Hurrah! You successfully pickpocket the goblin! However, all he had in there were some crummy dice...

You can follow Grindon's adventure through the world of dice notation in our Wiki

Current Status

🧑‍💻 Language Support

We wrote GNOLL to be the definitive solution to dice notation. We've written all the code in C, but fear not! We will be adding more wrappers for you to access GNOLL's functionality through different languages in the near future.

  • C / C++
  • Python
  • Perl

Tested on Linux (Ubuntu) and Windows (10, WSL).

🎲 Dice Notation

  • XdY notation
  • Arithmetic
  • Fate Dice
  • Miscellaneous Symbolic Dice
  • Macros
  • Explosions
  • Drop/Keep

For the specific details of supported notation, we've got a dedicated section in our wiki. And feel free to ask for anything we're missing!

Getting Started

🛠️ Prerequisites

  • Linux
  • Windows (via WSL)
sudo apt-get install bison flex make python3-pip -y
make all

To verify your setup, try our tests:

   make test

Or, just try some commands yourself!

$ ./dice 1d20
20

(Note that not all commands may not be able to be used this way as some symbols are reserved for use by different terminal interfaces (e.g. bash uses ! and #))

from gnoll.parser import roll
roll("1d20")
>> 7

🐛 Issues / Bugs / FAQs / Feature Requests

If you encounter any issues or have any ideas, please file them in our Issue Tracker.

✋ Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

🔢 Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

🤹 Authors / Contributers / Attributions

See also the list of contributors who participated in this project.

📃 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.

Individiual licensing arrangements can be made if this is an issue for your project - Contact Me at LinkedIn to discuss.

👏 Acknowledgments

  • Billie Thompson - README & Contribution Templates - PurpleBooth

🏗️ Built With

💰 Donate

Keep this project alive

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gnoll-2.6.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

gnoll-2.6.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page