# Additional Resources

{% hint style="info" %}
**Check out our own JavaScript base example with the classic Snake Game** 🐍\
[Sample game Project](https://github.com/alto-io/snake-game-colyseus)
{% endhint %}

#### **Official Documentation**

* [Official Colyseus examples](https://github.com/colyseus/colyseus-examples)
* [Official Colyseus documentation](https://docs.colyseus.io/colyseus/)
* [UNITY docs](https://github.com/colyseus/colyseus-unity3d/blob/master/Assets/Colyseus/Documentation~/GettingStarted.pdf)

#### **Other Useful Resources**

* [OURCADE phaser Colyseus tutorial](https://www.youtube.com/playlist?list=PLumYWZ2t7CRueXsocQXOGqewmwzohljof) (YouTube)
* [Moby Unity Colyseus tutorial](https://www.youtube.com/watch?v=s3ZrQbI5o_k) (YouTube)
* [More Colyseus files](https://github.com/colyseus/create-colyseus-app)
* [Github Unity example](https://github.com/kevincastejon/colyseus-unity-example)
* [Javascript calls in Unity](https://www.patrykgalach.com/2020/04/27/unity-js-plugin/)


---

# 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://gitbook.arcadia.fun/colyseus-integration/arcadia-tournaments/additional-resources.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.
