> For the complete documentation index, see [llms.txt](https://docs.uvegas.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uvegas.online/games/blackjack.md).

# Blackjack

### Overview

{% embed url="<https://www.youtube.com/watch?v=7lg9jdU5xso>" %}

uVegas Blackjack delivers a fully **server-authoritative multiplayer experience** for Unity.\
All standard Blackjack rules have been implemented carefully to reflect real casino play, including:

* **Push / Stand / Hit**
* **Double Down**
* ~~**Split**~~ - in development (2026)
* **Insurance**
* **Surrender**
* **Dealer rules** (e.g., hits on soft 17)
* **Deck management** (single, multiple decks, and Shoes)
* **Betting limits and table rules**

Each table can be **customized via configuration**, allowing you to create different gameplay styles and table setups.

All additional information about the components, managers, and how to configure the game is available on the respective **subpages**:

* **BlackjackDealer** – Handling dealer logic and card dealing
* **BlackjackTable** – Player actions, bets, and hand management
* **TableRules / BlackjackGameRules** – Table-specific rules, limits, and deck configurations
* **UI Components** – Player interface, bet placement, and hand visualization
