dice

Simplistic D&D style dice-rolling system.

Version on this page:0.1.1
LTS Haskell 22.17:0.1.1@rev:1
Stackage Nightly 2024-04-14:0.1.1@rev:1
Latest on Hackage:0.1.1@rev:1

See all snapshots dice appears in

Unlicense licensed by James Cook
Maintained by Naïm Favier
This version can be pinned in stack with:dice-0.1.1@sha256:4d844962a12997df1f87bb51eee802b0244f86ed784ff0da8acd941521da3968,1124

Module documentation for 0.1.1

Simplistic D&D style dice-rolling system.

$ dice "2d10 + 2 * (d100 / d6)"
(5+2) + 2 * 64 / 2 => 71