# Game card result

## Baccarat Series

| code | Description                             |
| ---- | --------------------------------------- |
| A    | BANKER, Example:A1:spade\_7, A2:club\_j |
| B    | PLAYER, Example:B1:spade\_7, B2:club\_j |

## Dragon Tiger Series

| code | Description                 |
| ---- | --------------------------- |
| A    | TIGER, Example:A1:spade\_k  |
| B    | DRAGON, Example:B1:heart\_j |

## Lucky Wheel Series

| code | Description                                              |
| ---- | -------------------------------------------------------- |
| 01   | East Wind(Blockchain Lucky Wheel)/Yellow(Lucky Wheel)    |
| 02   | South Wind(Blockchain Lucky Wheel)/Blue(Lucky Wheel)     |
| 03   | West Wind(Blockchain Lucky Wheel)/Pink(Lucky Wheel)      |
| 04   | North Wind(Blockchain Lucky Wheel)/Green(Lucky Wheel)    |
| 05   | White Dragon(Blockchain Lucky Wheel)/Purple(Lucky Wheel) |
| 06   | Red Dragon(Blockchain Lucky Wheel)/Orange(Lucky Wheel)   |
| 07   | Green Dragon(Blockchain Lucky Wheel)/Red(Lucky Wheel)    |

## BullBull Series

| code      | Description                                                                                 |
| --------- | ------------------------------------------------------------------------------------------- |
| B         | BANKER, Example:B1:heart\_j, B2:heart\_q, B3:spade\_8,B4:diamond\_k, B5:spade\_2            |
| X         | PLAYER1, Example:X1:heart\_4, X2:heart\_10, X3:club\_q,X4:diamond\_4, X5:club\_k            |
| Y         | PLAYER2, Example:Y1:spade\_j, Y2:heart\_5, Y3:club\_6,Y4:heart\_k, Y5:spade\_10             |
| Z         | PLAYER3, Example:Z1:club\_8, Z2:spade\_q, Z3:diamond\_3,Z4:heart\_a, Z5:diamond\_10         |
| FirstCard | The first card, the opening position is determinedaccording to the number of the first card |
|           |                                                                                             |

## Win Three Cards Series

| code | Description                                          |
| ---- | ---------------------------------------------------- |
| d    | GOLD, Example:d1:spade\_3, d2:club\_10, d3:heart\_2  |
| p    | SILVER, Example:p1:spade\_j, p2:club\_6, p3:spade\_7 |

## color game/mini color game

| code | Description |
| ---- | ----------- |
| 1    | YELLOW      |
| 2    | BLUE        |
| 3    | PINK        |
| 4    | GREEN       |
| 5    | RED         |
| 6    | WHITE       |

## One Lucky 9

| code | Description                             |
| ---- | --------------------------------------- |
| A    | BANKER, Example:A1:spade\_7, A2:club\_j |
| B    | PLAYER, Example:B1:spade\_7, B2:club\_j |

## HI-LO

| code  | Description  |
| ----- | ------------ |
| Card1 | Card1:Heart7 |
| Card2 | Card2:Heart8 |

## Drop Ball Jackpot

| code  | Description |
| ----- | ----------- |
| Ball1 | spade\_9    |
| Ball2 | heart\_10   |
| Ball3 | heart\_j    |

## Sakla

| code                       | Description                                                                                             |
| -------------------------- | ------------------------------------------------------------------------------------------------------- |
| Card1 Card2 Card3 Card4 .. | <p>"Card1": "COINS\_J",<br>"Card2": "CLUBS\_Q",<br>"Card3": "SWORDS\_6",<br>"Card4": "CLUBS\_4", ..</p> |

## Xoc Dia

| code  | Description        |
| ----- | ------------------ |
| (0-4) | Red Quantity Count |


---

# 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.pkg333.app/en/enum/enum-game-card-result.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.
