summaryrefslogtreecommitdiffstats
path: root/games/roll/README
diff options
context:
space:
mode:
author Charles Daniels2020-02-27 16:18:00 +0100
committer Willy Sudiarto Raharjo2020-02-27 16:20:36 +0100
commit3d984cfd668418106988704c5ce9f4854d61654a (patch)
tree83fb62b913a2ab6f553e7d0bc0925919aada7b08 /games/roll/README
parentec309da9dbcca21ad84abbd5cbc7ff14bf90f1ac (diff)
downloadslackbuilds-3d984cfd668418106988704c5ce9f4854d61654a.tar.gz
games/roll: Added (Dice game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/roll/README')
-rw-r--r--games/roll/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/roll/README b/games/roll/README
new file mode 100644
index 0000000000..1c18407a0c
--- /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).