Overview
| Comment: | 0.0.943 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
bbaa90a83f200bcecf85f9d777e57d54 |
| User & Date: | 顽雨沉风 on 2023-07-07 23:09:16.367 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 23:09 | 0.0.944 check-in: 57e5aacfda user: 顽雨沉风 tags: trunk | |
| 23:09 | 0.0.943 check-in: bbaa90a83f user: 顽雨沉风 tags: trunk | |
| 23:07 | 0.0.942 check-in: 94d7e7c51e user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/残局简化方法.html
from [9af05a963f]
to [23749588f5].
| ︙ | ︙ | |||
165 166 167 168 169 170 171 | <li>不参与解局过程</li> <li>参与解局过程但是其效果没有得到发挥</li> <li>参与解局过程且效果得到发挥但是被替换成<b>无效果卡</b>后仍然参与解局过程</li> </ol> <h2 data-number="2.2" id="冗余卡"><span class="header-section-number">2.2</span> 冗余卡</h2> <p>参与解局过程并且效果得到发挥,但被删掉后,残局必要流程<b>不变</b>。</p> <h1 data-number="3" id="占位简化法"><span class="header-section-number">3</span> 占位简化法</h1> | | | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
<li>不参与解局过程</li>
<li>参与解局过程但是其效果没有得到发挥</li>
<li>参与解局过程且效果得到发挥但是被替换成<b>无效果卡</b>后仍然参与解局过程</li>
</ol>
<h2 data-number="2.2" id="冗余卡"><span class="header-section-number">2.2</span> 冗余卡</h2>
<p>参与解局过程并且效果得到发挥,但被删掉后,残局必要流程<b>不变</b>。</p>
<h1 data-number="3" id="占位简化法"><span class="header-section-number">3</span> 占位简化法</h1>
<p>把有效果的卡替换成<b>无效果</b>的卡。</p>
<script>
document.onclick = function(event) {
var target = event.target
if (target.tagName == "PRE"
|
| ︙ | ︙ |