You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Tait Hoyem 0571f250b0
Initial commit
2 years ago
.gitignore Initial commit 2 years ago
Makefile Initial commit 2 years ago
README.md Initial commit 2 years ago
roll Initial commit 2 years ago
roll.c Initial commit 2 years ago

README.md

roll

Basic di(c)e roller utility.

Usage

Supports basic roll functionality for standard any set of dice and their sides. You must always include both a number of dice and the sides of the dice.

$ roll 5d2
6

By default, the sum of the rolls will be printed out on the terminal.

Options

THE OPTIONS DO NOT WORK AT THIS TIME.

  • -a -- --all
    • Show a list of all roles instead of the sum (overrides default behaviour).
  • -s -- --sum
    • Show the sum of all roles. This may be combined with other options.