> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/game-play/dice-rolling-mechanics.md).

# Dice Rolling Mechanics

**Dice Rolling Gameplay**

1. In the game board, you can roll dice to move your character around the board.

<div align="left"><figure><img src="/files/0CAxZkuLI8025V1GevvN" alt=""><figcaption></figcaption></figure></div>

1. On the Chessboard, Characters Move by Rolling Dice
2. The number of steps a character moves is determined by the total sum of dice rolled
3. Each player initially has 30 dice, and each roll consumes 1 die
4. The initial dice limit is 30, which can be increased by raising the reputation level
5. Dice are restored to a fixed amount daily, with the amount increasable by raising the reputation level
6. The number of restored dice will not exceed the maximum limit
7. Players can directly purchase dice in the mall, and purchased dice can exceed the owned limit
8. Players can also obtain additional dice in the game, and these additional dice can also exceed the owned limit

**Auto-Roll Function:**

<div align="left"><figure><img src="/files/5UxT9D3iM8i2YgCPnCJS" alt=""><figcaption></figcaption></figure></div>

1. Players can activate the automatic dice function by long-pressing the dice roll button.
2. Once activated, the automatic dice function can automatically roll dice for the player.
3. The automatic dice function can only be activated by reaching reputation level 5.
4. While the automatic dice function is active, clicking anywhere will close it and return to manual mode.


---

# 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://mumubit-document.gitbook.io/tycoon/game-play/dice-rolling-mechanics.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.
