UNPKG

roolthedice

Version:

A CLI program to rool dices for RPG's or not

22 lines (11 loc) 586 B
# roolthedice **Rool The Dice!** Is a CLI program to rool dices of any type, 6 sides, 8 sides, 20 sides, or any number. And you can Sum ou Sub number of the dice rool result, especially for RPG's # Usage Type `roolthedice` or `rtd` to rool only a six sides dice. ![image1](assets/image1.png) Pass the argument `--dice [NUMBER]` to set the dice sides. ![image2](assets/image2.png) You can sum the result of the dice with a number, using `--sum` ![image3](assets/image3.png) And you can sub the result of the dice with another number, using `--sub` ![image4](assets/image4.png)