玩 dicegame
github.com/masakuuuu/dicegame
源代码
问题
安装: 2
依赖: 0
建议者: 0
安全: 0
星标: 1
关注者: 2
分支: 1
开放问题: 1
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 525845c53bd82519a261206c7bc68f38c13f59b8
This package is auto-updated.
Last update: 2024-09-19 15:07:07 UTC
使用PHP程序实现6面体骰子
在PHP程序中实现6面骰子
$dice = new Dice(); $dice->setSided(); $dice->roll(); $dice->getSide();
vendor/phpunit/phpunit/phpunit test/DiceTest.php