> For the complete documentation index, see [llms.txt](https://zuzu-knight.gitbook.io/zuzuknight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zuzu-knight.gitbook.io/zuzuknight/game-play.md).

# GAME PLAY

#### WHAT IS ZUZUKNIGHT ? <a href="#yui_3_17_2_1_1631733212996_158" id="yui_3_17_2_1_1631733212996_158"></a>

ZuzuKnight is a  casual, card battle, turn-based game Player vs Player and adventure in dungeons  challenge their boss. Your expedition will be full of ambushes and will not be easy.

Pre-made deck. More than 100 cards and More than 2500 species knights to collect. Play your cards and manage your mana for the best combo. Defeat 100+ monsters and 50＋ unique bosses in a turn-based combat system.

**BATTLE SYSTEM MECHANICS**

![](/files/T2eTtYTqSP053TxICK1y)

PvP MODE&#x20;

In this real-time PvP combat, the gameplay will be in 4 phases:

1. Draw Phase - to start the turn with 5 cards on hand, draw out cards from the prepared deck of 10 cards. (skip this phase if there are more than 5 cards on hand)
2. Casting Phase - strategically combine and utilize the cards according to available mana, within the time limit.
3. Action Phase - cards from battle phase will be arranged in order according to speed (SPD), from highest to lowest. If cards are equal in SPD, Zuzu health points (HP) will be considered, if HP are also equal then number card will be considered.
4. End Phase - if there are any mana remain, players can encounter action phase again(zuzu will not attack again)

![](/files/EmjVFcU0PkVmaXwIImNP)

PvE MODE&#x20;

In this combat, the gameplay will be in 4 phases:

1. Draw Phase - to start the turn with 5 cards on hand, draw out cards from the prepared deck of 10 cards. (skip this phase if there are more than 5 cards on hand)
2. Casting Phase - strategically combine and utilize the cards according to available mana, within the time limit.
3. Action Phase - cards from casting phase will be arranged and played out using all skills on the cards. After every cards are played out, the monster will, in turn, start the attack.
4. End Phase - if there are any mana remain, players can encounter action phase again.(zuzu will not attack again)


---

# 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://zuzu-knight.gitbook.io/zuzuknight/game-play.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.
