Skip to content

A command-line polyhedral dice roller, perfect for RPGs

Notifications You must be signed in to change notification settings

amacrobert/dice-roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Roller

Command-line polyhedral dice roller

CLI Dice Roller Output

Usage

Roll once:

$ roll 3d6+2

Or roll interactively:

$ roll
roll> 3d6+5
roll> d20
roll> quit

Installation

  1. Install globally via Composer:
$ composer global require amacrobert/dice-roller
  1. If you don't already have your global composer bin directory as part of your PATH, add it in your shell profile:
export PATH=$PATH:$HOME/.composer/vendor/bin/

About

A command-line polyhedral dice roller, perfect for RPGs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages