poker-algorithm icon indicating copy to clipboard operation
poker-algorithm copied to clipboard

扑克小游戏算法,PHP语言描述。

Results 1 poker-algorithm issues
Sort by recently updated
recently updated
newest added

`setPlayerCard` 方法 如果按照例子中的: ``` $niu->setPlayerCard(1, [[ 2, 3], [2, 3], [3, 3], [4, 3], [5, 3]]); ``` 这样去设置结果为空 检查后发现 $this->round 这个数组里面有 `number` 和 `color` 的下标;