> For the complete documentation index, see [llms.txt](https://docs.ni-ka.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ni-ka.fun/faqs/how-to-play.md).

# How To Play

Mastering NI-KA is all about mastering your ship's dual engines. Instead of standard steering wheels, you control the left and right thrusters independently to speed through the void.

## ⚙️ The Dual-Engine Control System ("NI" & "KA")

Your ship features two independent engines mounted on the left and right sides:

* **Left Engine ("NI")**
* **Right Engine ("KA")**

To steer, you adjust the throttle of each thruster:

* **Go Straight:** Power both engines equally (NI: `1.0`, KA: `1.0`).

{% columns %}
{% column %}

{% endcolumn %}

{% column %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSDXUiZioifa5JED9jVru%2Fuploads%2FitLIjJv9Eh73Ttyfdr0J%2FScreen_Recording_20260623_190214_Chrome_1.mp4?alt=media&token=101ccd20-fee6-4a52-8ae0-744a6a5275ef>" %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

* **Turn Right:** Power the Left Engine (**NI**) higher than the right (e.g., NI: `1.0`, KA: `0.0`). The thrust from the left pushes the ship to the right.

{% columns %}
{% column %}

{% endcolumn %}

{% column %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSDXUiZioifa5JED9jVru%2Fuploads%2FbQVq9VsUkKpchIHnRXdn%2FScreen_Recording_20260623_190318_Chrome_1.mp4?alt=media&token=393f50f7-dc85-4caa-89f3-c069c2034a8b>" %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

* **Turn Left:** Power the Right Engine (**KA**) higher than the left (e.g., NI: `0.0`, KA: `1.0`).

{% columns %}
{% column %}

{% endcolumn %}

{% column %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSDXUiZioifa5JED9jVru%2Fuploads%2FmMp8jIJYA7LRgN8fJHfX%2FScreen_Recording_20260623_200908_Chrome_1.mp4?alt=media&token=a62cf562-653b-4014-adba-c23881a548cb>" %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

* **Controlling Speed:** Your total speed is the sum of both engine throttle values. Lower your throttle to slide safely through sharp twists and corkscrew turns.

{% columns %}
{% column %}

{% endcolumn %}

{% column %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSDXUiZioifa5JED9jVru%2Fuploads%2FBfosiDNVNDc7EuU1nd7G%2FScreen_Recording_20260623_190347_Chrome.mp4?alt=media&token=c045d5fe-6e33-4c9d-8e79-b3d8fd687635>" %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

* **How Not to Play:** Pressing and releasing the input is not the way to play it.&#x20;

{% columns %}
{% column %}

{% endcolumn %}

{% column %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSDXUiZioifa5JED9jVru%2Fuploads%2Fd9WkPwY5aXs7BKwc1abr%2FScreen_Recording_20260623_190258_Chrome_1.mp4?alt=media&token=038ddbf2-f83b-4695-8216-243393681f44>" %}
{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

## 🛣️ Lane Controls & Track Limits

* **Staying Centered:** Guide your ship along the center lane marker.
* **Falling off:** Drift too far left or right off the road boundaries and you will fall into the void, resulting in an instant crash (unless you have a revive active).

## :coin: Pickups & Obstacles

As you speed down the track, look out for pickups and avoid threats:

### Active Pickups

* 🪙 **Galaxy Coins:** Collectible coins. Grab them to build your balance and spend in the Shop or on housing plots in NI-KA Town.
* 🚀 **Speed Boosts:** Collect these to get a short 100% speed boost.
* ❤️ **Extra Lives:** Spawns on campaigns or warp gates to give you more starting buffer runs.

### Dangerous Hazards

* ☄️ **Asteroids:** Heavy meteors dropping from the sky. Crashing into one brings an instant game over (unless you have extra lives left).
* 🟣 **Asteroid Triggers:** Collect these purple items in bot chase battles to spawn meteors directly in front of your opponent to crash them!


---

# 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.ni-ka.fun/faqs/how-to-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.
