Revision ace5e5f48c6ec6e7254b9b4f83e722e31be24302 authored by Chris Cranford on 20 February 2024, 10:13:11 UTC, committed by GitHub on 20 February 2024, 10:13:11 UTC
1 parent 247de8e
Raw File
README.md
# Dice Notation Grammar

## Source

Created for the [Dice Notation Tools for Java](https://github.com/Bernardo-MG/dice-notation-java/).

## Summary

The dice notation is widely used by tabletop game, mainly RPGs.

It defines a set of dice to be used for generating random values through a description such as 2d6+3.
back to top