Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 433 Bytes

diceroller

A preety nice dice roller

Build instructions

Just download and and build with your favorite C compiler.

Use

Just call diceroll followed by your rolls in xdy format. +/- modifiers are now supported.

Examples

./diceroll 1d6 ./diceroll 3d10 ./diceroll 6d60+5 ./diceroll 5d4-7 ./diceroll 1d20 5d12

Cool Stuffs

You can move the compiled file to your bin directory and call just diceroll from anywhere in your pc