dierollcmd

a command line tool for RPG die rolls

This is a command line tool for simulating the rolling of different kinds of polyhedral dice. For any one who does know what that means, it's Table Top Role Playing Game nerd stuff.

It borrows the parsing and rolling engines from another of my projects, rolld, but this version is simpler in that it does not have a user interface and the rolls are not shared with others. It just runs in your shell of choice.

The Go source code is available to compile for any platform that you see fit to use. Do your own thing. Roll the dice.

A screenshot that illustrates several different usages of the software program that this page describes