> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/yi-dong-ke-hu-duan/sample-scenes.md).

# 示例场景

由 Decentraland 团队构建并针对移动端游玩优化的开源场景。

以下场景均为完全开源，并专为在移动设备上良好运行而设计。请将它们作为结构、输入处理和性能模式的参考。

## 亡者狂潮

多人僵尸射击游戏。

* **世界：** `/deadsurge.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/dead-surge](https://github.com/dcl-regenesislabs/dead-surge)

## 舒适农场

农场模拟器。

* **世界：** `/cozyfarm.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/cozy-farm](https://github.com/dcl-regenesislabs/cozy-farm)

## 开球

世界杯预测游戏。

* **世界：** `/kickoff.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/kickoff-2026](https://github.com/dcl-regenesislabs/kickoff-2026)

## 木筏游戏

单人求生游戏。

* **世界：** `/raft.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/raft-game](https://github.com/dcl-regenesislabs/raft-game)

## 威尼斯狩猎

多人道具捉迷藏。

* **世界：** `/venetianhunt.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/venetian-hunt](https://github.com/dcl-regenesislabs/venetian-hunt)

## 疯狂之塔

多人跑酷 / 跳跃向上游戏。

* **世界：** `/towerofmadness.dcl.eth`
* **来源：** [github.com/dcl-regenesislabs/towerofmadness](https://github.com/dcl-regenesislabs/towerofmadness)


---

# 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.decentraland.org/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/yi-dong-ke-hu-duan/sample-scenes.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.
