# Roll Game

## BETA

Currently we are controlling who can access the game while we run team only tests on the test net Georli. We want to make sure everything is perfect before we move over to the main net and open the game to the public. If you try to access the bot in anyway you will be shown this message. Do not worry we are working hard to push this forward for launch!

<figure><img src="/files/j1RqPN9jFc6hROJuojhb" alt=""><figcaption><p>BETA team testing message</p></figcaption></figure>

#### Test Net Contracts:

Dice Token: <https://goerli.etherscan.io/address/0x97b626cD9DBb9Bd2a8Da23b3be9c6f9432770833>

#### Dice Game: <https://goerli.etherscan.io/address/0xaa822bb6f5579a471d13db4ef16132fc9d356204>

#### Link Tree - Find everything about Roll

#### - <https://linktr.ee/RollGame>

## Description

The Telegram Dice Game - powered by the $ROLL ERC20 token.  A bot that allows players to place bets in native $ROLL tokens, then roll dice to try and get as close to but not over 21. It provides a fun and interactive game experience for degen Telegram users.

## Features

* Roll dice: Players roll the 🎲 emoji to play the game.
* Keep track of score: The bot keeps track of each player's score and displays it after each roll.
* Leaderboard: The bot maintains a leaderboard to keep track of the highest scores.
* Crypto: Running on the Ethereum blockchain

## How to Play

For a more detailed full breakdown of the game play including images go to [The Game](/how-to-play/roll-game/the-game.md)

1. Go to the bots private chat and /start this will allow you to open a browser to connect your crypto wallet
2. Either go to a group with roll installed or add to a group
3. You can then run the command /new\_game \<bet\_amount> where \<bet\_amount> is the amount each player will bet
4. The game will automatically start after time specified
5. Once the game starts the first player will be picked to roll at random
6. Buttons will appear with 🎲 emoji for the player to press for the dice roll.
7. If the button interface is lost just type /roll for it to return.
8. The bot will respond with the result of the dice roll and your current score.
9. Keep rolling the dice to try to get as close to 21 as possible without going over.
10. When you are finished with your turn type /end or press button
11. This will pass the dice to the next player and will repeat.
12. Once everyone has rolled the person with the closest to 21 wins
13. If there is a draw, there is a tie breaker
14. Each player that tied will throw one die each for the highest number
15. This will repeat until there is one person left
16. The winner at the end will recieve the whole pot of $ROLL tokens
17. These tokens can then be used to play more games of ROLL

#### See Connect for a step by step guide on connecting to Roll:


---

# 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://roll-game.gitbook.io/how-to-play/roll-game.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.
