feat(ui): added rules

added /rules to webui
This commit is contained in:
LQ63
2025-10-23 09:38:55 +02:00
parent 9d8f597792
commit fa2ffbd573

View File

@@ -56,6 +56,8 @@
<td>The game is won when a player takes all the tricks in a round, as all other players are knocked out, leaving only one player remaining.</td> <td>The game is won when a player takes all the tricks in a round, as all other players are knocked out, leaving only one player remaining.</td>
</tr> </tr>
</tbody> </tbody>
<td>Dog Life</td>
<td>The first player who takes no tricks is awarded a "dog's life". In the next hand, that player is dealt one card and can decide which trick to play it to. Each time a trick is played the "dog" may either play the card or knock on the table and wait to play it later. If the dog wins a trick, the player to the left leads to the next and the dog re-enters the game properly in the next hand. If the dog fails, they are knocked out.</td>
</table> </table>
</div> </div>
} }