# What is Kuizo?

**Kuizo** is a **complete Unity quiz game template** designed for beginners, educators, and professional developers alike, to create multiple types of quiz and trivia games, with no coding required.

👾 [Try the Demo ](https://kamelmahjoub.itch.io/kuizo)

🛒 [Get it On The Unity Asset Store](https://assetstore.unity.com/packages/templates/systems/kuizo-the-ultimate-quiz-trivia-game-template-317561)

***

## Key Features:

* <mark style="color:yellow;">**Simple and Quick Setup:**</mark> Easily create and implement quizzes with a wide variety of question and answer types, all without writing any code.
* <mark style="color:yellow;">**Customizable Game Settings:**</mark> Customize your quiz experience by adjusting the number of questions, enabling or disabling time limits, setting player count, and toggling powerups.
* <mark style="color:yellow;">**Local Multiplayer:**</mark> Support up to 8 players in a **turn based mode**.
* <mark style="color:yellow;">**Complete Gameflow System:**</mark> Kuizo features ready-to-use systems including menu navigation, settings management, pause functionality, countdown timers, player turn alerts, and score calculation.
* <mark style="color:yellow;">**Cross-Platform Support:**</mark> Compatible with **Android**, **PC**, and **WebGL.** (iOS support not tested)
* <mark style="color:yellow;">**Clean and Expandable Code**</mark><mark style="color:yellow;">:</mark> Kuizo is built with fully commented, well-structured code following best practices and design patterns, making it easy to understand, expand, and customize.
* <mark style="color:yellow;">**Multiple Examples:**</mark> Includes a variety of example quizzes with 150 diverse questions across multiple categories.
* <mark style="color:yellow;">**Future Updates:**</mark> More features are actively being planned and developed.

{% hint style="info" %}
**This asset uses ScriptableObjects.**
{% endhint %}

{% hint style="success" %}
**Music, SFX and Icons were not created by me and a list of credits can be found "**[**HERE**](/kuizo/information/credits.md)**".**
{% endhint %}


---

# 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://kamelmahjoub.gitbook.io/kuizo/getting-started/what-is-kuizo.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.
