Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/wiki/v2-Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
| 多倍役满是否上限为6倍(最高得点192000) | `limit_to_sextuple_yakuman` | `True` |
| 是否有大七星役满役种(字一色七对子) | `has_daichisei` | `False` |
| 八连庄是否需要有役才能成立 | `paarenchan_needs_yaku` | `True` |
| 是否使用三人麻将规则计算得分 | `is_three_player` | `False` |

本软件包经过tenhou.net(天凤)**26,148,038局**凤凰对局测试验证。

Expand Down
1 change: 1 addition & 0 deletions .github/wiki/v2-English.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ It supports optional features like:
| Limit yakuman calculation to 6 (maximum score 192000) | `limit_to_sextuple_yakuman` | `True` |
| Disable or enable extra yakuman for all honors 7 pairs | `has_daichisei` | `False` |
| Disable or enable paarenchan without any yaku | `paarenchan_needs_yaku` | `True` |
| Calculate scores using three-player mahjong rules | `is_three_player` | `False` |

The code was validated on tenhou.net phoenix replays in total on **26,148,038 hands**.

Expand Down
1 change: 1 addition & 0 deletions .github/wiki/v2-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Python 3.10以上に対応しています。
| 役満複合の上限を6にするかどうか(最高 192000 点) | `limit_to_sextuple_yakuman` | `True` |
| 大七星(字一色七対子)を有効にするかどうか | `has_daichisei` | `False` |
| 八連荘に役が必要かどうか | `paarenchan_needs_yaku` | `True` |
| 点数の計算に三人麻雀ルールを使用するかどうか | `is_three_player` | `False` |

コードはtenhou.net(天鳳)鳳凰卓の牌譜**26,148,038局**で検証済みです。

Expand Down
Loading