poker-algorithm
poker-algorithm copied to clipboard
牛牛有一点小问题
setPlayerCard 方法 如果按照例子中的:
$niu->setPlayerCard(1, [[ 2, 3], [2, 3], [3, 3], [4, 3], [5, 3]]);
这样去设置结果为空
检查后发现 $this->round 这个数组里面有 number 和 color 的下标;
老哥能直接给一个PR吗?感激不尽