From 371fe77fd4d708ab404d6017430a94892f2fb08d Mon Sep 17 00:00:00 2001 From: agn-gpl <53250607+agn-gpl@users.noreply.github.com> Date: Wed, 24 Jul 2019 07:07:54 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 319ef31..b552977 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ usage: ("X", "Y", and "Z" is int) XdY: throw X Y-side dice(s). + YcX: choose X number(s) from 1 to Y. + XsY: get the sum of X Y-side dice(s). + XsYxZ: get the sum of X Y-side dice(s) for Z times. add "z" in front or back of the command to print the outcome in one line. + input "q" or "quit" to exit.