# &#x20;Game mechanics&#x20;

* **Virtual Revolver:** The game utilizes a virtual revolver with a single bullet randomly placed within its chambers. Provably fair algorithms ensure the randomness of bullet placement.
* **Turn Order:** The order of play is established beforehand, promoting transparency and a smooth gaming experience. This depends on the Telegram conversation order or a pre-established structure inside the group.
* **Limited Options, High Stakes:** Players have two clear actions to take: pull the trigger once and pull again or pass the virtual revolver to the next player, making each turn a strategic decision.


---

# 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://russian-roulette.gitbook.io/russian-roulette-game/gameplay/game-mechanics.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.
