https://github.com/cdlm/dicimate
Recording statistics of playing dice
https://github.com/cdlm/dicimate
Last synced: about 1 year ago
JSON representation
Recording statistics of playing dice
- Host: GitHub
- URL: https://github.com/cdlm/dicimate
- Owner: cdlm
- Created: 2013-06-17T14:11:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T14:12:54.000Z (about 13 years ago)
- Last Synced: 2025-02-11T11:51:28.820Z (over 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# dicimate — recording statistics of playing dice
```
$ ./dice.rb help
NAME:
dice
DESCRIPTION:
Record statistics for my dice
COMMANDS:
help Display global or [command] help documentation.
list List known dice.
new Make a new dice to record data for.
run Record a series of throws of one or more dice.
stats
throw Record thrown values for each of the given dice.
GLOBAL OPTIONS:
--data DIR
Location of the dice & statistics data.
-h, --help
Display help documentation
-v, --version
Display version information
-t, --trace
Display backtrace when an error occurs
```