> 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-ko/build-for-mobile/mobile-client/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-ko/build-for-mobile/mobile-client/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.
