dustinmoorman / dice
A tool to roll random dice.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dustinmoorman/dice
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 5.0.*
This package is not auto-updated.
Last update: 2025-10-09 04:47:39 UTC
README
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/