# 游戏玩法

我们的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/ku566sFID64TwWgNvI5w" 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/jian-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.
