ScottMaclure / dicey

Dice roller
https://dicey.maclure.info/
MIT License
0 stars 0 forks source link

Implement RollDice library #1

Closed ScottMaclure closed 10 years ago

ScottMaclure commented 10 years ago

Create as a separate, tested npm module!

Key concept: string based API: 1d6, 1d99, 2d10+4, etc.

http://manpages.ubuntu.com/manpages/precise/en/man6/rolldice.6.html

https://github.com/sstrickl/rolldice

ScottMaclure commented 10 years ago

What about using an existing one?

https://github.com/jhamlet/dice-js

https://github.com/jmhnilbog/owlbear

https://github.com/thebinarypenguin/droll

Standard notation:

http://en.wikipedia.org/wiki/Dice_notation

ScottMaclure commented 10 years ago

I'll start with droll for now.

Edit: Done. May not give us everything we need, I'd suggest forking droll when we want to add more features.