> For the complete documentation index, see [llms.txt](https://docs.gamesonline-bot.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamesonline-bot.fr/francais/presentations-jeux/cookie-clicker.md).

# Cookie Clicker

{% hint style="success" %}

* **Jeu jouable :** Seul
* **Temps moyen** : <mark style="color:yellow;">Infini</mark>
* **Type de jeu** : Temps réel
* **Catégorie** : Passe Temps
* **Description** : Le Cookie Clicker est un jeu sans ~~faim~~ fin. Le but est d'avoir un maximum de cookies.
  {% endhint %}

***

## Présentation du Jeu

Inspiré du jeu Cookie Clicker, le principe est d'avoir un maximum de cookies et d'augmenter dans le classement. Pour vous aider, vous pouvez utiliser la boutique afin que le jeu fonctionne même lorsque vous ne jouez pas ou bien avoir plus de cookies à chaque cliques.

{% hint style="warning" %}
**Ce jeu n'a pas de réinitialisation et est inter-serveur !**
{% endhint %}

***

## Menu d'aide : Commandes

{% hint style="info" %}
**Utilisation de la commande :&#x20;**<mark style="color:purple;">**g!cookieclicker**</mark>
{% endhint %}

<details>

<summary>g!cookieclicker play : Ouvrir le menu pour récolter des cookies !</summary>

***Alias :** coockieclicker => cc | play => p*

***Exemple :** <mark style="color:yellow;">`g!cc p`</mark>*

</details>

<details>

<summary>g!cookieclicker shop :  Ouvrir la boutique d'amélioration !</summary>

***Alias :** coockieclicker => cc | shop => s*

***Exemple :** <mark style="color:yellow;">`g!cc s`</mark>*

</details>

<details>

<summary>g!cookieclicker classement : Afficher le classement des membres avec le plus de cookies sur votre serveur !</summary>

M&#x45;***Alias :** coockieclicker => cc*

***Exemple :** <mark style="color:yellow;">`g!cc classement`</mark>*

</details>

***

## Déroulement de la partie

Lors de votre partie, afin de gagner des cookies, vous devez utilisez les boutons mis à disposition.

![](/files/8kVVR5GvIxoWfeg7Xl0p)

Vous pouvez aussi utiliser la boutique afin d'améliorer le nombre de cookies que vous gagnez par click ainsi que le nombre de cookies que vous gagnez quand vous ne jouez pas :&#x20;

![](/files/jkYeOFjB3ERFe853YJPf)

***

## Conditions de fin de partie

Ce jeu n'a aucune fin possible. A moins que vous n'arriviez à la limite maximale de calcul ?! 👀


---

# 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.gamesonline-bot.fr/francais/presentations-jeux/cookie-clicker.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.
