# Gameplay

![](/files/Cmg22o9o4fC9aR0N0q34)

### Win Condition

To win a **round**, the **opponent's HP has to go to zero**.

To win a **match**, the Knight has to **beat the opponent in a best of 3**.

### **Movement**

Use the **arrow keys** on the bottom left of the screen to **approach** or **retreat** from the opponent.

### Actions

Play from the **4 Cards in hand** which are shown on the bottom right.

The Actions are performed **real-time**. This is not a turn-based card game.

Once a Card is played, draw a new Card (the grey Card marked "NEXT").

There are **8 cards in total** in a player's Card deck.

<figure><img src="/files/ArX8yw9jQjTRRQEHfMHh" alt=""><figcaption><p>A Full Deck of Cards for a Long Sword Player</p></figcaption></figure>

### Cards

Cards are categorized by their background color:

* **Red**: Attack
* **Blue**: Defend
* **Green**: Heal
* **Yellow**: Special
* **Purple**: Special

The numbers shown on the top of the Cards are the Stamina it consumes.

<figure><img src="/files/VgcrrOxgO77JVcD7fza3" alt=""><figcaption><p>Build Your Own Deck!</p></figcaption></figure>

### Stamina

Stamina is used to play Cards. It is shown as a bar below your hand of Cards.

Stamina **regenerates automatically**. The maximum Stamina is 10. The state of the Knight will affect it's regeneration speed.

For example, when a Knight is attacking its opponent, its Stamina regenerates slower; when the Knight is standing still, its Stamina regenerates faster.

### Health

The **Health Bars** are located at the top of the screen under the players' names.

### Endurance

A small **Endurance Bar** is shown below a Health Bar. It is by default 2 Endurance.

Endurances are depleted from a Knight when it is **attacked while performing an attack card**.

When a Knight's Endurance is 0, its attack will be **cancelled by the opponent's attack**.

The Endurance Bar takes time to automatically recharge. Then the Knight can resume attacking the opponent while being attacked.

### Timer

The **Timer** is located between the two Health Bars.

The Timer starts at 60 seconds. When it **reaches 0**, the fight enters **Overtime Phase**, both Knights start **losing health each second**.

Overtime Phase lasts for 20 seconds. When it reaches 0, the Knight with more health wins.


---

# 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://whitepaper.cryptoknights.games/gameplay.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.
