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

# GAMES

- [Table Games](https://docs.overtime.io/overtime-casino/games/table-games.md)
- [Roulette](https://docs.overtime.io/overtime-casino/games/table-games/roulette.md): European single-zero roulette, fully onchain. Every spin is resolved by a single Chainlink VRF random word.
- [Blackjack](https://docs.overtime.io/overtime-casino/games/table-games/blackjack.md): Single-player heads-up blackjack against a deterministic onchain dealer. Every card you draw is a separate Chainlink VRF random word.
- [Baccarat](https://docs.overtime.io/overtime-casino/games/table-games/baccarat.md): Standard Punto Banco baccarat (Player, Banker, Tie) with the third-card draw rules implemented in pure Solidity.
- [Three Card Poker](https://docs.overtime.io/overtime-casino/games/table-games/three-card-poker.md)
- [Ultimate Texas Hold'em](https://docs.overtime.io/overtime-casino/games/table-games/ultimate-texas-holdem.md)
- [Bonus Texas Hold'em](https://docs.overtime.io/overtime-casino/games/table-games/bonus-texas-holdem.md)
- [Quick Games](https://docs.overtime.io/overtime-casino/games/quick-games.md)
- [Keno](https://docs.overtime.io/overtime-casino/games/quick-games/keno.md)
- [HI-LO](https://docs.overtime.io/overtime-casino/games/quick-games/hi-lo.md)
- [Plinko](https://docs.overtime.io/overtime-casino/games/quick-games/plinko.md)
- [Dice](https://docs.overtime.io/overtime-casino/games/quick-games/dice.md): A 20-sided die with a configurable, capped house edge and payouts derived from probability, not from a marketing page.
- [Video Poker](https://docs.overtime.io/overtime-casino/games/quick-games/video-poker.md)
- [Slots](https://docs.overtime.io/overtime-casino/games/quick-games/slots.md): A 3-reel slot machine with weighted symbols, configurable payouts, and a verifiably-onchain RTP you can compute yourself before you spin.


---

# 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:

```
GET https://docs.overtime.io/overtime-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.
