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

# Мини-игры

Отдельные игры со своими командами, рейтингами и кулдаунами. Большинство — PvP: вы вызываете соперника командой `вызов` (ответом на его сообщение или с упоминанием `@username`), а он подтверждает кнопкой или командой `принять`. На ответ почти везде даётся **30 секунд**.

{% hint style="info" %}
У части игр есть собственная валюта и рейтинг (рулетка, дуэли, КНБ, морской бой), у других — просто партия ради интереса (блэкджек, крестики-нолики, шашки).
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🃏 Блэкджек</strong> — <code>.бк</code></td><td>Классические «21 очко» один на один</td><td><a href="/pages/Sgm8DmDygTPqLVrz31AO">/pages/Sgm8DmDygTPqLVrz31AO</a></td></tr><tr><td><strong>🛡️ Дуэли</strong> — <code>.дуэль</code></td><td>PvP с прокачкой, экипировкой, монетами и аукционом снаряжения</td><td><a href="/pages/kXFwfrjSL6oz57aFKnvO">/pages/kXFwfrjSL6oz57aFKnvO</a></td></tr><tr><td><strong>💀 Русская рулетка</strong> — <code>.ру</code></td><td>Игра на выживание для 2–10 человек со ставками и рейтингом</td><td><a href="/pages/PrYQ7N6IeII08r66lSPk">/pages/PrYQ7N6IeII08r66lSPk</a></td></tr><tr><td><strong>❌ Крестики-нолики</strong> — <code>.кн</code></td><td>Классика на поле 3×3 один на один</td><td><a href="/pages/NWWslcMH7tYuaRIUmc2v">/pages/NWWslcMH7tYuaRIUmc2v</a></td></tr><tr><td><strong>✊ Камень-ножницы-бумага</strong> — <code>.кнб</code></td><td>С рейтингом, который ведётся отдельно в каждом чате</td><td><a href="/pages/fGBpAnEF42mCtlyPLfN4">/pages/fGBpAnEF42mCtlyPLfN4</a></td></tr><tr><td><strong>♟️ Шашки</strong></td><td>Доска 8×8 через inline-режим бота</td><td><a href="/pages/e25MX6WJeWodbElxxRl8">/pages/e25MX6WJeWodbElxxRl8</a></td></tr><tr><td><strong>🚢 Морской бой</strong> — <code>.мб</code></td><td>Классика на поле 10×10 в личных сообщениях с ботом</td><td><a href="/pages/lu5Yu15ck3ko8Xyr130c">/pages/lu5Yu15ck3ko8Xyr130c</a></td></tr></tbody></table>

## См. также

* [Казино (.аз)](/grizzly/casino.md) — экономика и игры на печеньки
* [Все вопросы по мини-играм](/grizzly/faq-chastye-voprosy/minigames.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://grizzly-3.gitbook.io/grizzly/minigames.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
