# RPS Gameplay

The game is simple. A player can either host a game or if games are available, join a game hosted by other people. To host a game, the player has to place a wager and select their move. The bet will be made in either ICX or the Emerald City’s token CROWN. For players who want to participate in a hosted game, they have to match the bet and choose their move.

The choices of the move are as mentioned in the title of the game, Rock, Paper, or Scissors. Each player can choose any of the available options. There are three possible endings to the game, a win, a loss, and a draw.

The gameplay depends on three main rules: Paper captures Rock, Rock breaks Scissors, and Scissors cuts Paper. A player who chooses Rock will win against a player who chooses Scissors, but lose if the choice is Paper instead. If both players choose Rock, i.e. the same move, then the game will end in a draw.


---

# 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://docs.gangstaverse.co/mini-games/rps-gameplay.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.
