# Games

- [Blackjack](/games/blackjack.md): Explore the authentic Blackjack experience provided by uVegas, including configurable tables, realistic gameplay, and all standard casino rules.
- [Components](/games/blackjack/components.md)
- [BlackjackRules](/games/blackjack/components/blackjackrules.md): Defines configurable rule sets for Blackjack tables, allowing flexible variations such as payout ratios, dealer behavior, and player options.
- [BlackjackEvaluator](/games/blackjack/components/blackjackevaluator.md): Core logic component that evaluates Blackjack hands, determines winners, and applies rule-based outcomes such as Blackjack, busts, and pushes.
- [BlackjackDealer](/games/blackjack/components/blackjackdealer.md): Server-authoritative game controller that manages the full round lifecycle of a Blackjack game - from betting to dealing, player turns, and payout resolution.
- [BlackjackTable](/games/blackjack/components/blackjacktable.md): Server-side component that represents a fully networked Blackjack table, built on top of the shared BaseTable framework for seat management, betting, and state synchronization.
- [Advanced Config](/games/blackjack/advanced-config.md)
- [Events & Scripting](/games/blackjack/events-and-scripting.md)
- [Poker](/games/poker.md): Overview of the upcoming uVegas Poker asset - Texas Hold’em with multiplayer support (coming 2026).
- [Roulette](/games/roulette.md): Overview of the upcoming uVegas Roulette asset - European & American roulette tables with multiplayer support (coming 2026).
- [Slots](/games/slots.md): Overview of the upcoming uVegas Slot Machines asset - customizable slots with multiplayer features (coming 2026).
