# 🎲 Casino Games

#### 1. Blackjack

Classic card game where you try to beat the dealer by getting closer to 21 without going over.

**How to Play:**

```
/blackjack table:High bet:1000
/blackjack table:Low bet:500
```

**Table Types:**

* **High Stakes**: Minimum 1,000 chips, dealer hits on soft 17
* **Low Stakes**: Maximum 999 chips, dealer stands on soft 17

**Actions:**

* **Hit**: Take another card
* **Stand**: Keep your current hand
* **Double Down**: Double your bet and take one more card
* **Split**: Split pairs into two hands (if available)

**Payouts:**

* Blackjack (21 with 2 cards): 3:2
* Regular win: 1:1
* Push (tie): Get your bet back

***

#### 2. Roulette

Bet on where the ball will land on the spinning wheel.

**How to Play:**

```
/roulette
```

**Bet Types:**

* **Straight Up** (35:1): Single number
* **Split** (17:1): Two adjacent numbers
* **Street** (11:1): Three numbers in a row
* **Corner** (8:1): Four numbers in a square
* **Red/Black** (1:1): Color bet
* **Odd/Even** (1:1): Odd or even numbers
* **High/Low** (1:1): 1-18 or 19-36
* **Dozen** (2:1): 1-12, 13-24, or 25-36
* **Column** (2:1): Any column of numbers

***

#### 3. Slots

Spin the 5×3 video slot machine with 20 paylines.

**How to Play:**

```
/slots bet:100
```

* Minimum bet: 5 chips (across 20 lines)
* Bet amount is distributed across all 20 paylines
* Match symbols across paylines to win

**Special Symbols:**

* **Wild**: Substitutes for other symbols
* **Scatter**: Bonus wins regardless of payline
* **7s**: Highest paying symbol

***

#### 4. Baccarat

Bet on whether Player or Banker hand will win, or if it's a tie.

**How to Play:**

```
/baccarat
```

**Bet Options:**

* **Player** (1:1 payout): Bet on player hand
* **Banker** (0.95:1 payout): Bet on banker hand (5% commission)
* **Tie** (8:1 payout): Both hands have same value

**Rules:**

* Hands are scored 0-9 (face cards = 0, Aces = 1)
* Third card rules apply automatically
* Closest to 9 wins

***

#### 5. Dice War

Roll 2d6 against the house.

**How to Play:**

```
/dicewar bet:100
```

**Rules:**

* You and the house each roll two six-sided dice
* Highest total wins
* **Special**: Rolling doubles doubles your payout on a win!
* Ties go to the house

**Payouts:**

* Win: 1:1 (or 2:1 with doubles)
* Loss: Lose your bet
* Tie: House wins

***

#### 6. Horse Race

Bet on a 5-horse race with staged progress.

**How to Play:**

```
/horserace
```

**Features:**

* 5 horses compete
* Place bets on your favorite horse
* Watch the race progress in real-time
* Odds vary by horse

***

#### 7. Texas Hold'em

Multi-player poker game.

**How to Play:**

```
/holdem
```

**Features:**

* Create tables with custom presets
* Play against other players
* Blinds, antes, and betting rounds
* House takes a small rake percentage

**Actions:**

* Fold, Check, Call, Raise
* All-in when short on chips

***

#### 8. Ride the Bus

Card-based progression game. (Uses Credits first, then Chips)

**How to Play:**

```
/ridebus bet:100
```

**Gameplay:**

* Answer questions about cards
* Progress through multiple rounds
* Wrong answer = start over
* Reach the end to win big

***

#### 9. 8-Ball

Only the #1 High Roller on the leaderboard can ask the magic 8-ball questions.

**How to Play:**

```
/8ball question:Will I win big today?
```

**Requirements:**

* Must be ranked #1 on the leaderboard
* Question must end with "?"
* Receive mystical guidance

<br>


---

# 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://zenthira-mmo.gitbook.io/wiki/zenthira-casino-player-guide/casino-games.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.
