A tool to roll random dice.

dev-master 2016-04-16 23:40 UTC

This package is not auto-updated.

Last update: 2024-05-08 21:55:13 UTC


README

License

Simple dice application, allows you to roll n number of multi-sided die.

installation

bourbon:dice dustin$ curl -sS http://getcomposer.org/installer | php
bourbon:dice dustin$ php composer.phar install

usage

bourbon:dice dustin$ ./bin/roll 10d35
[6, 15, 19, 1, 12, 21, 23, 24, 29, 1]

testing

bourbon:dice dustin$ ./vendor/bin/phpunit tests/