https://github.com/michaelaquilina/rolldice
Generate values of dice rolls like "4d6" and "2d10"
https://github.com/michaelaquilina/rolldice
Last synced: 7 months ago
JSON representation
Generate values of dice rolls like "4d6" and "2d10"
- Host: GitHub
- URL: https://github.com/michaelaquilina/rolldice
- Owner: MichaelAquilina
- Created: 2018-01-04T23:40:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T16:34:57.000Z (over 7 years ago)
- Last Synced: 2025-02-28T07:51:19.918Z (7 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========
Rolldice
========|TravisCI| |CratesIO|
Simple program that generates random dice rolls given a typical representation for
number of dice and number of sides.For example:
- "2d10" will roll 2 dice with 10 sides each
- "4d6" will roll 4 dice with 6 sides each
- etc....Installing
----------The easiest way to install rolldice is using cargo:
::
$ cargo install rolldice
.. |TravisCI| image:: https://travis-ci.org/MichaelAquilina/rolldice.svg?branch=master
:target: https://travis-ci.org/MichaelAquilina/rolldice.. |CratesIO| image:: https://img.shields.io/crates/v/rolldice.svg
:target: https://crates.io/crates/rolldice