# Примеры проектов

Изучите наши примеры проектов и создайте прочную основу для многопользовательской игры:

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/f636b2c6b82aca3afe9d74dd412a6fa74bd7a9d1">Образец Lyra<br>(Unreal Engine)</a></td></tr><tr><td><a href="/pages/b255dc81bbe3b8e1a38e139063cf2eb900f68d60">Образец с видом сверху<br>(Unreal Engine)</a></td></tr></tbody></table>

***

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/9daf599972b9785ef03b88131dd4bf3704c1fbe9">Образец Asteroids<br>(Unity + Photon Fusion 2)</a></td></tr><tr><td><a href="/pages/6388c6a909912584b1b30bffa93a24b9c2468dd2">Образец Tanknarok<br>(Unity + Photon Fusion 1)</a></td></tr><tr><td><a href="/pages/42d97882fdc08d5da7f612f3efd809ab335ba3d7">2D космический шутер<br>(Unity + NGO)</a></td></tr><tr><td><a href="/pages/3853563397ed39036c77e82449b2d990c286d238">Образец Pong<br>(Unity + Mirror)</a></td></tr><tr><td><a href="/pages/f78410f298a0ee8096ed2c725c9ad79a22f04065">Образец Space Edge<br>(Unity + FishNet)</a></td></tr><tr><td><a href="/pages/ccd83aa207d835677ffb855888dff236708688ed">Демонстрационный образец<br>(Unity + Photon Bolt)</a></td></tr><tr><td><a href="/pages/450c7ac1388a529cd4f61117a4085c626043b013">Образец Tanks для WebGL<br>(Unity + Mirror)</a></td></tr><tr><td><a href="/pages/dfc42c891ee0f66ffa88ebe351503f81fc409fc7">Образец Space Edge для WebGL<br>(Unity + FishNet)</a></td></tr></tbody></table>

***

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/8d56109bb510ef81126fa33007f05dbd0c50c9c0">Образец одностраничного приложения<br>(NuxtJS)</a></td></tr><tr><td><a href="/pages/e4cb49151a98d5aa3b81b925697115da38562fef">Образец веб-приложения MVC<br>(Ruby on Rails)</a></td></tr></tbody></table>


---

# 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.edgegap.com/ru/docs/sample-projects.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.
