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.
|
4 years ago | |
---|---|---|
README.md | 4 years ago | |
dice.js | 4 years ago | |
dice.min.js | 4 years ago |
README.md
DICE 🎲🎲
Dice is a tiny JS object that makes it possible to roll cryptographically safe RPG style dice.
Examples:
Dice.d6();
Dice.d8.times(3);
Dice.roll("2d6 + 2d10 + 2");
Make a coin toss:
Dice.d2 = make_die(2);
Dice.d2();
🎲 Enjoy 🎲