# 遊戲玩法

我們的HunnyPoker目前支持4種撲克遊戲：

* 德州撲克 Texas Hold'em ([Guide](https://www.pokernews.com/poker-rules/texas-holdem.htm))
* 奧馬哈限注 Omaha Pot-Limit ([Guide](https://www.pokernews.com/strategy/plo-poker-beginner-guide-pot-limit-omaha-23724.htm))**(即將推出)**
* 大奧撲克 Big-O Poker ([Guide](https://www.pokernews.com/poker-rules/big-o.htm))**(即將推出)**
* 明面十三張 Open Face Chinese Poker ([Guide](https://www.pokernews.com/poker-rules/chinese-poker.htm))**(即將推出)**

{% hint style="success" %}
HunnyPoker 現已引入了新的**錦標賽模式**，您可以與其他玩家一起測試您的實力並贏取獎品。
{% endhint %}

<figure><img src="/files/i4vXAgeSy6SrCZndGuye" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
如果您不熟悉這些遊戲，您可以先閱讀上面鏈接中的指南，然後再在我們的主大廳玩。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hunny.finance/fan-ti-zhong-wen/products/hunny-poker/how-to-play.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
