> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-sandbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-sandbox/korean/land/what-can-you-do-with-land/how-do-you-make-a-game-on-land.md).

# 랜드에서 어떻게 게임을 만들 수 있나요?

## 게임 제작

랜드나 이스테이트에서 게임을 만들기 위해서는 더 샌드박스에서 무료로 제공하는 소프트웨어인 게임 메이커를 다운받아야 합니다.

게임 메이커를 이용해 게임을 디자인하거나 만든 게임을 테스트해 볼 수 있습니다. 게임이 완성되면 랜드에 게임을 게시하여 다른 사람들과 공유할 수도 있습니다. 만든 게임으로 수익을 창출하는 것도 가능합니다. 아래 가이드 문서를 참조하세요.

{% content-ref url="/pages/6NmHBwsPXrtvUKNGQcqC" %}
[튜토리얼과 아카데미](/the-sandbox/korean/links-and-resources/tutorials.md)
{% endcontent-ref %}

![](/files/-MMpdqbfDNOQdj2A9pYd)

## 게임을 위한 애셋

복스에딧을 이용해 건물, 장식품, NPC와 적 등의 애셋을 제작할 수 있습니다.

## 디자이너 고용 및 협업

디자이너를 고용하여 게임이나 애셋 디자인을 요청할 수 있습니다. 다른 디자이너와 협업하여 새로운 프로젝트를 함께 진행하는 것도 가능합니다.

## 참고 링크

{% embed url="<https://medium.com/sandbox-game/the-sandbox-tokens-lands-730b36217070>" %}

{% embed url="<https://medium.com/sandbox-game/land-token-economics-1efe442eb49>" %}

{% embed url="<https://gamemaker.sandbox.game/#/en/a>" %}

{% embed url="<https://www.voxedit.io/#/en/>" %}


---

# 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.sandbox.game/the-sandbox/korean/land/what-can-you-do-with-land/how-do-you-make-a-game-on-land.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.
