Finished the scorecard
All checks were successful
/ publish (push) Successful in 50s

This commit is contained in:
Leon Mika 2025-12-21 10:56:49 +11:00
parent 1f8394f23b
commit c5420c97eb
6 changed files with 154 additions and 40 deletions

View file

@ -32,66 +32,92 @@
<tr>
<td><code>m</code></td>
<td>Mahjong</td>
<td>20</td>
</tr>
<tr>
<td><code>ps</code></td>
<td>Pung of simples</td>
<td>4</td>
</tr>
<tr>
<td><code>pt</code></td>
<td>Pung of terminals</td>
<td>8</td>
</tr>
<tr>
<td><code>ph</code></td>
<td>Pung of honours</td>
<td>8</td>
</tr>
<tr>
<td><code>xps</code></td>
<td>Exposed pung of simples</td>
<td>2</td>
</tr>
<tr>
<td><code>xpt</code></td>
<td>Exposed pung of terminals</td>
<td>4</td>
</tr>
<tr>
<td><code>xph</code></td>
<td>Exposed pung of honours</td>
<td>4</td>
</tr>
<tr>
<td><code>ks</code></td>
<td>Kong of simples</td>
<td>16</td>
</tr>
<tr>
<td><code>kt</code></td>
<td>Kong of terminals</td>
<td>32</td>
</tr>
<tr>
<td><code>kh</code></td>
<td>Kong of honours</td>
<td>32</td>
</tr>
<tr>
<td><code>xks</code></td>
<td>Exposed kong of simples</td>
<td>8</td>
</tr>
<tr>
<td><code>xkt</code></td>
<td>Exposed kong of terminals</td>
<td>16</td>
</tr>
<tr>
<td><code>xkh</code></td>
<td>Exposed kong of honours</td>
<td>16</td>
</tr>
<tr>
<td><code>pd</code></td>
<td>Pair of dragons</td>
<td>2</td>
</tr>
<tr>
<td><code>pw</code></td>
<td>Pair of winds (either player or prevailing)</td>
<td>2</td>
</tr>
<tr>
<td><code>b</code></td>
<td>Bonus (flower or season)</td>
<td>4</td>
</tr>
<tr>
<td><code>p</code></td>
<td>Point (used for adjusting scores)</td>
<td>1</td>
</tr>
<tr>
<td><code>d</code></td>
<td>Penalty (used for adjusting scores)</td>
<td>-1</td>
</tr>
</tbody>
</table>