一个掷随机骰子的工具。

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

This package is not auto-updated.

Last update: 2024-09-26 00:05:44 UTC


README

License

一个简单的骰子应用程序,允许您掷n个多面骰子。

安装

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

用法

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

测试

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