# Game Helper

### Demo

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO8AMeh81hsq8e7YtgOSe%2Fuploads%2FZXUSrEnh9l2v8aHleW2K%2F2025-01-08%2010-10-02.mp4?alt=media&token=c91c308e-58a8-432a-b71f-64e8b52a392d>" %}

### Default View

<figure><img src="https://4020231458-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO8AMeh81hsq8e7YtgOSe%2Fuploads%2FvWuTFg5rCiUcpVHH37kw%2Fimage.png?alt=media&#x26;token=5fd7eee9-c83a-42e2-9c02-cf7a386941a5" alt=""><figcaption></figcaption></figure>

* Manipulation
  * Generate cards
  * Destroy cards
  * Add mana to card
  * Add attack to card
  * Add hp to card
  * Add damage to card
  * Add ability to card
* Snapshot
  * Take Snapshot: saving a specific moment in game to load again in the future
  * Load Snapshot: load important moments to debug, test and check behaviors
  * Snapshot each action: if enable will take a snapshot everytime the resolve queue becomes empty, allowing you to check each step of a game
  * Load snapshot on play: if enable will load the selected snapshot as soon as the Game Helper recognizes that a game is playing
* Utils
  * Skip AI Turns: will make AI always skip the turns, perfect to setup specific behaviors
  * Loop Time: will make the timer goes back to 60 whenever it reaches 10, leaving you enough time to test anything


---

# 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://moratelli.gitbook.io/moratellis-toolbelt-for-tcg-engine/tools/game-helper.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.
