dustinmoorman / dice
A tool to roll random dice.
dev-master
2016-04-16 23:40 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 5.0.*
This package is not auto-updated.
Last update: 2025-01-30 01:36:30 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/