This is a program able to simulate dice-throwing. It supports traditional dice notation, but also mathematical operations, variables, and closures.
For now the only way of installing this program is building it from source.
Ensure cargo is installed on your computer
and then run:
cargo install --git https://repos.zannabianca1997.site/zannabianca1997/dices.gitYou should see a lot of text while it compiles. When it stop, run dices and
then a prompt similar to >>> should appear. Press Ctrl + D to exit.
dices has an internal manual. Type help() in the REPL to get started.
The manual is not specifically targeted neither to programmers nor tabletop gamers, but to the kind of people that use a computer program to play DnD. I tried to make it accessible to people that only want to throw dice, but some arguments might need more programming knowledge.
This software is distributed under the MIT license, if you need to know. Use it at will.
This program was made by zannabianca1997, trying to resist the urge to buy a dice set. If you found any problem with the program itself, or want to contribute, you can send a PR, or contact me at zannabianca199712@gmail.com.