# Gameplay Mechanics

The main peculiarity of a helicopter is that it can fly in 3 major directions with no restrictions: i.e., up/down, forward/ backward, left/right, make a U-turn and hover.

### Helicopter control

The player can control the helicopter in two modes:

* ACCELEROMETER and JOYSTICK

![](/files/b4E2zsstCIoUsb75kqMy)

* JOYSTICK and JOYSTICK

![](/files/Uck2dvAXg0WFJT5gFrb0)

### Types of ammunition

Each helicopter is equipped with three types of ammunition and heat traps:&#x20;

* Machine gun launches an abundance of bullets per second, with each making minor damage and can be overheated.&#x20;
* Rockets are launched in 4 and fly in a straight line, inflicting considerable damage when hitting the target.&#x20;
* Missiles – once the player has acquired the target, the rocket chasing the enemy launches.&#x20;
* Heat traps – when activated, they divert missiles.

### Helicopter Tree

The game provides more than 30 realistic helicopter models with various modifications and 70 ammunition types. We plan to add 50 helicopters to the collection in the near future. You can overview all the helicopters in the 3D tree which includes their characteristics and descriptions.

![](/files/BEe4L1sbcbpvJYFdTaIY)


---

# 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://skybreakers-io.gitbook.io/skybreakers.io/gameplay-mechanics.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.
