> For the complete documentation index, see [llms.txt](https://docs.candy-smith.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/game-settings.md).

# Game settings

<figure><img src="/files/cbcx7Sqo1LwrQLTuhnwP" alt=""><figcaption></figcaption></figure>

1. `MaxLife`: The maximum number of lives a player can have in the game.
2. `coins`: initial amount of coins to start game
3. `refillLifeCost`: The cost in coins to refill or replenish a player's life.
4. `TotalTimeForRestLifeHours`: The total time required for a player to fully restock their life in hours.
5. `TotalTimeForRestLifeMin`: The total time required for a player to fully restock their life in minutes.
6. `TotalTimeForRestLifeSec`: The total time required for a player to fully restock their life in seconds.
7. `continuePrice`: The cost in coins for the player to continue the game after failing.
8. `movesContinue`: The number of additional moves granted to the player when continuing the game after failing.
9. `timeContinue`: The additional time granted to the player when continuing the game after failing, in seconds.
10. `GoMapAfter`: Determines the action to take after winning a map (e.g., skip to the next map).
11. `openMenuPlay`: Indicates whether the menu for playing on the map is automatically opened.
12. `matchSettingsCount`: The number of balls of the same color to match and destroy (match 3 by default)
13. `privacyPolicyUrl`: The URL directing users to the privacy policy of the game, as per GDPR regulations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/game-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
