# Minigames

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

### 🔰 Features

<details>

<summary>🔹 Multiple Minigame Types</summary>

* Includes hacking, arcade, and job-style minigames in one package.

</details>

<details>

<summary>🔹 Easy Integration</summary>

* Start any minigame with a single export and handle results via callback.

</details>

<details>

<summary>🔹 Difficulty System</summary>

* Supports multiple difficulty levels (easy, medium, hard) for balanced gameplay.

</details>

<details>

<summary>🔹 Clean NUI Interface</summary>

* Modern and responsive UI for a smooth player experience.

</details>

<details>

<summary>🔹 Wide Game Selection</summary>

* Includes memory, maze, timing bar, wires, hacking games, and more.

</details>

<details>

<summary>🔹 Callback Result System</summary>

* Returns win/lose result directly to your script for easy logic handling.

</details>

<details>

<summary>🔹 Customizable Games</summary>

* Each minigame has its own config file for fine-tuning behavior.

</details>

<details>

<summary>🔹 Lightweight &#x26; Optimized</summary>

* Designed to run efficiently without impacting performance.

</details>

<details>

<summary>🔹 Test Command Included</summary>

* Built-in `/minigamemenu` command for quick testing and showcase.

</details>


---

# 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://octavista-development.gitbook.io/octavista-development/scripts/minigames.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.
