# Fish Shooting Game

After logging into the fish shooting game, players will have to choose for themselves a room. The system will assign the player a random spot on the field based on the remaining positions in the room. The player will start with a base gun worth 100 $GOLD for one bullet, the player can increase ammo price to 100/150/300/350/300/350/150/500/1k/1k5/2k/ 3k / 4k / 5k for one shot and each object on the board has a different coefficient. If the player shoots and kills the target, the player will receive $GOLD equivalent to the amount of $GOLD for one-shot multiplied by the coefficient of the target.

&#x20;                                         **Earned $GOLD = $GOLD per bullet \* Target’s coefficient**

Ex: $GOLD per bullet is 1000, the Target’s coefficient is 5, so the earned $GOLD will equal 5000 $GOLD.&#x20;

However, if the player misses or shoots but fails to kill the target, the player loses money for that bullet.

During the rounds, the mysterious target appears and gives a player a lot of $GOLD if the player defeats it. The number of $GOLD players used to attack the mystery target but failed will be calculated and become part of the prize when killing that target in the next wave.

The first time you join the game, a player will be provided with 10.000 $GOLD by the system. The player will not be able to continue playing the game when the player's $GOLD drops below 100 $GOLD.

The player can use $CATO to exchange $GOLD to be able to continue playing the game with a conversion rate of 1:5000 (1 $CATO = 5000 $GOLD)

![](https://2464860021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5AeTkAMBzg5FuD5qUGDs%2Fuploads%2FVeA3EQRkQOMThzUdqGLj%2Fimage%20\(6\).png?alt=media\&token=73827636-e5a3-4edb-a898-7d7ab27e1920)


---

# 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.canoncrypto.io/cato-gamepad/fish-shooting-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.
