> For the complete documentation index, see [llms.txt](https://doc.lucky-cycle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lucky-cycle.com/games/index/grabber.md).

# Grabber

{% hint style="warning" %}
Demo: <https://campaigns.lucky-cycle.com/utils/games?game=grabber>
{% endhint %}

1. [#configuration](#configuration "mention")
2. [#options](#options "mention")
3. [#assets](#assets "mention")

### Configuration

<details>

<summary>JSON</summary>

```json
{
  "options": {
    "use_reward_image": false
  },
  "texts": {},
  "sounds": {},
  "images": {
    "background": GAME_URL + "/background.png",
    "front": GAME_URL + "/front.png",
    "window": GAME_URL + "/window.png",
    "shadow": GAME_URL + "/shadow.png",
    "grabber": GAME_URL + "/grabber.png",
    "base": GAME_URL + "/base.png",
    "buttons": GAME_URL + "/buttons.png",
    "ball": GAME_URL + "/ball.png",
    "win": GAME_URL + "/win.png",
    "lose": "",
    "rewards": {}
  }
}
```

</details>

### Options

<table><thead><tr><th>Key</th><th>Type</th><th>Explanation</th><th>Default</th></tr></thead><tbody><tr><td><pre><code>use_reward_image
</code></pre></td><td>Boolean</td><td>Use one image per reward, or default ones <em>(win / lose)</em>.</td><td>false</td></tr></tbody></table>

### Assets

<table><thead><tr><th>Key</th><th>Size</th><th>Explanation</th><th>Default</th></tr></thead><tbody><tr><td><pre><code>background
</code></pre></td><td>550 x 380px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/background.png">/background.png</a></td></tr><tr><td><pre><code>front
</code></pre></td><td>550 x 380px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/front.png">/front.png</a></td></tr><tr><td><pre><code>window
</code></pre></td><td>550 x 380px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/window.png">/window.png</a></td></tr><tr><td><pre><code>shadow
</code></pre></td><td>550 x 380px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/shadow.png">/shadow.png</a></td></tr><tr><td><pre><code>grabber
</code></pre></td><td>165 x 238px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/grabber.png">/grabber.png</a></td></tr><tr><td><pre><code>base
</code></pre></td><td>21 x 31px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/base.png">/base.png</a></td></tr><tr><td><pre><code>buttons
</code></pre></td><td>540 x 90px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/buttons.png">/buttons.png</a></td></tr><tr><td><pre><code>ball
</code></pre></td><td>51 x 51px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/ball.png">/ball.png</a></td></tr><tr><td><pre><code>win
</code></pre></td><td>230 x 242px</td><td></td><td><a href="https://statics.lucky-cycle.com/files/_games/grabber/win.png">/win.png</a></td></tr><tr><td><pre><code>lose
</code></pre></td><td></td><td></td><td>/</td></tr></tbody></table>
