# Tutorial - Top Down Battle!

Build a top down shoot em up / hack n slash. The goal is to complete a full game loop using core Airship systems. The final result can be seen HERE.

The core systems we will explore:

* [Project Setup](/guides/tutorial-top-down-battle/project-setup.md)
* [Player Characters](/guides/tutorial-top-down-battle/spawn-a-player-character.md)
* [Camera Controls](/guides/tutorial-top-down-battle/custom-camera.md)
* [Voxel World generation](/guides/tutorial-top-down-battle/voxelworld-level-generation.md)
* [AI Enemies](/guides/tutorial-top-down-battle/ai-enemies.md)
* Health and Respawning
* Inventory Items
* Held Items

### Prerequisites

This game is built mostly from scratch in a new airship template. You should know how to install Airship and compile Typescript code. Knowledge of Typescript and Unity is recommended, but not required.&#x20;


---

# 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://docs.airship.gg/guides/tutorial-top-down-battle.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.
