diff options
author | Matt Egger <bru.barwal@sdf.org> | 2022-06-10 22:40:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:04 +0700 |
commit | 05b2978c3a9150e5a2fda996c5943524d721e48e (patch) | |
tree | 2350d23d99e1f75283e62603df4ae6c4de37330f /games/rolldice/README | |
parent | 991053ad2b2cd7290364def86aed6f99159e9cea (diff) |
games/rolldice: Added (CLI dice roller)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/rolldice/README')
-rw-r--r-- | games/rolldice/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/rolldice/README b/games/rolldice/README new file mode 100644 index 0000000000000..1fb8f90482436 --- /dev/null +++ b/games/rolldice/README @@ -0,0 +1,5 @@ +rolldice (CLI dice roller) + +rolldice is just a simple program that rolls an amount of virtual +dice of(almost) any size. It's provided under the GPL 2.0 License, +and uses the GNU Readline library. |