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

# How to play

The main goal of the game is to kill other players and get their HON !

To do that you play a Wasp that shoots bullets, you can even teleport to dodge other players bullets.&#x20;

During your journey you will meet diferent enemies and items which will help you or kill you.&#x20;

**• Move :** z,q,s,d or Arrows

**• Aim :** mouse or trackpad.

**• Shoot :** left click.

**• Teleport :** space bar.

### • Enemies :&#x20;

![](/files/CXG5eqUnxtFOyQcli2Sg)<img src="/files/nGMHEQP2efrWWUPSFwGv" alt="" data-size="original"><img src="/files/nocWdF6UOnmdl1Yv74z4" alt="" data-size="original">

**• Flies** will make their possible to kill you. If you kill them, they will drop items.

**• Wasps** are played by other players, they are the most powerful but you will get a lot of HON and you will be better ranked.

**• Butterflies** are kind enemies, they won't hurt you and if you kill them you will get X HON.

### • Items :

![](/files/tt0NPpXf2jox74D6C5bb)![](/files/XNUErCnw0Q9RIuLWleP4)![](/files/qdXViRJ7cV9hbTrQlc8E)

**• Honey :** gives you a health bonus.&#x20;

**• Wasp Honey Jar :**  makes you move faster.&#x20;

**• Fire trap :** you will get damages if you go through.&#x20;


---

# 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.honeywasp.com/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.
