2017 © Pedro Peláez
 

project d-roll

Dice rolling application

image

zero-config/d-roll

Dice rolling application

  • Thursday, February 23, 2017
  • by johmanx10
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Introduction

D-Roll is a dice rolling application. It implements zero-config/d., (*1)

Installation

composer create-project --no-dev zero-config/d-roll

Rolling dice

The standalone application allows you to roll dice on-the-fly. It also tells you when you roll a CRIT., (*2)

Crit, (*3)

Because some games require a high number of dice with different number of eyes, keeping track of them can be a pain and therefore, the application can interpret human readable dice notations:, (*4)

Interpreted, (*5)

You will notice that one of the inputs is 3d6+10 and the last input is 6. Under the hood this gets added up to 4d6+10., (*6)

The notation is also very loose. That is why 2 D12 is interpreted as 2d12., (*7)

You will also notice that the interpreter sorts the dice by number of eyes. This adds to the readability of the output., (*8)

Tempting fate

Another part of the application will help you tempt fate. It is based on the Fate RPG., (*9)

Epic, (*10)

One can supply a custom translation for fate values, to expand the list of possibilities, by supplying a file with the --config option., (*11)

A custom configuration looks like the following:, (*12)

{
  "<": {
    "label": "Everything is awesome!",
    "color": "cyan"
  },
  "-1": {
    "label": "Just about awesome!",
    "color": "yellow"
  },
  "0": {
    "label": "Awesome!",
    "color": "green"
  },
  ">": {
    "label": "Ridiculously awesome!",
    "color": "cyan"
  }
}

Available colors are black, red, green, yellow, blue, magenta, cyan and white., (*13)

The Versions

23/02 2017

dev-master

9999999-dev

Dice rolling application

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

game die dice d20 d rolling gamble gambling d6

23/02 2017

2.0.1

2.0.1.0

Dice rolling application

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

game die dice d20 d rolling gamble gambling d6

22/02 2017

2.0.0

2.0.0.0

Dice rolling application

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

game die dice d20 d rolling gamble gambling d6

21/02 2017

1.1.0

1.1.0.0

Dice rolling application

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

game die dice d20 d rolling gamble gambling d6

11/02 2017

1.0.0

1.0.0.0

Dice rolling application

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

game die dice d20 d rolling gamble gambling d6