diff options
Diffstat (limited to 'games/roll/README')
-rw-r--r-- | games/roll/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/roll/README b/games/roll/README new file mode 100644 index 0000000000000..1c18407a0c030 --- /dev/null +++ b/games/roll/README @@ -0,0 +1,6 @@ +roll is a program to roll dices specified in a simple and intuitive way. + +Rolls a user-defined dice sequence. The dices to roll are defined using +dN where N is the number of sides. Dices can be rolled multiple times by +prepending the number of repetitions (e.g., 3d6) and used in simple +mathematical expressions (e.g., 2d8+4). |