> For the complete documentation index, see [llms.txt](https://docs.xyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyes.com/chinese/tou-zhu/du-chang/du-chang-you-xi/er-shi-yi-dian.md).

# 二十一點

### 遊戲規則

1. 要牌（hit）：

   玩家需將賭注置於賭桌上。然後，莊家開始發牌，先玩家後莊家交叉發牌，首次發牌每人兩張。給每個玩家發的兩張牌，牌面朝上；給自己發的兩張牌，一張牌面朝上，一張牌面朝下。K、Q、J 和 10 牌都算作 10 點。A 牌既可算作 1 點也可算作 11 點，由玩家自己決定。A 計為 11 時是”軟”牌（如：A、6 點數和為軟 17），A 計為 1 時是”硬”牌（如：A、6、Q 總點數為硬 17）。其餘所有 2 至 9 牌均按其原面值計算。
2. 比較大小：

   如果玩家拿到的前兩張牌是一張 A 和一張 10，就擁有黑杰克 (Blackjack)；此時，如果莊家沒有黑杰克，玩家就能贏得 1.5 倍的賭金（2 賠 3）。如果莊家是黑杰克，玩家不是，則莊家收走玩家賭注。 \
   沒有黑杰克的玩家可以繼續拿牌，以使總點數盡可能接近但不超過 21 點，誰最接近 21 點，誰就贏，如果點數相同，則平，互不輸贏；如果超過 21 點，玩家就會“爆”，莊家無需開牌即可收走玩家的賭注。莊家點數超過 21 點，莊家賠玩家賭注等量賭金。\
   莊家持牌總點數少於 16，則必須要牌，直到超過 16 或是“爆牌”（超過 21 點），除非莊家拿到的是軟 16。如果莊家的總點數等於或多於 17 點，則必須停牌。
3. 分牌：若玩家前兩張牌點數相同，可選擇分成兩墩牌（split），由玩家一人操作。賭注，玩法同前。若第三張仍與前兩張相同，可繼續 split，第四張相同牌則不可分，只能作為第一張的第二張牌。不過，如果您要求將兩張 ace 牌分開押注，您只可以為每張手牌抽取一張牌。如果您將兩張 ace 牌分開押注，而紙牌總計為 21 點，則您將不被視為贏取 blackjack，只視為 21 點。您不可以分開押注於已分開的押注。
4. 雙倍下注（Double） 雙倍下注：如果您已經抽取了兩張紙牌，並且然後認為第三張牌可以讓您贏過莊家的手牌，您可以要求「雙倍押注」。您的賭注將增加雙倍，而您只可以再抽取一張額外紙牌。如果拿到黑杰克，則不許雙倍下注。
5. 保險：\
   如果莊家手中拿到明牌 A，暗牌如果是 10，J，Q，K 就會構成黑杰克。玩家此時有機會買保險，保險金是玩家當初下注的一半。

（1）如果玩家選擇保險：

* 莊家是黑杰克時，莊家只贏得保險金。
* 莊家不是黑杰克，莊家首先收走保險金，然後進行要牌、比較的程序，與前述相同。
* 如果玩家拿到 21 點，仍能拿到全部的酬金。

（2）如果玩家不選擇保險：

* 莊家是黑杰克時，收走玩家賭金。
* 莊家不是黑杰克，仍然進行要牌、比較等程序，與前述相同。

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xyes.com/chinese/tou-zhu/du-chang/du-chang-you-xi/er-shi-yi-dian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
