From 27ed6b7d11de2cf193e9b073961d0c626f413a31 Mon Sep 17 00:00:00 2001 From: Apricot-S Date: Sun, 19 Jul 2026 03:18:36 +0900 Subject: [PATCH] docs: Add support for three-player mahjong scoring rules in Wiki --- .github/wiki/v2-Chinese.md | 1 + .github/wiki/v2-English.md | 1 + .github/wiki/v2-Japanese.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/wiki/v2-Chinese.md b/.github/wiki/v2-Chinese.md index 9e3ba44..e6b02a5 100644 --- a/.github/wiki/v2-Chinese.md +++ b/.github/wiki/v2-Chinese.md @@ -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局**凤凰对局测试验证。 diff --git a/.github/wiki/v2-English.md b/.github/wiki/v2-English.md index 84a04f4..2de414b 100644 --- a/.github/wiki/v2-English.md +++ b/.github/wiki/v2-English.md @@ -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**. diff --git a/.github/wiki/v2-Japanese.md b/.github/wiki/v2-Japanese.md index 3d23dc3..a78cfcf 100644 --- a/.github/wiki/v2-Japanese.md +++ b/.github/wiki/v2-Japanese.md @@ -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局**で検証済みです。