# Move 编程语言

[Move](https://sui.io/move) 编程语言最初是为 Meta 的 Diem 项目开发的，是一种安全且灵活的语言，专为安全管理区块链上的数字资产而设计。在 Mysten Labs 采用 Move 用于 Sui 时，他们进一步优化了该语言，使其特别适合游戏和高性能应用场景。

Move 的资源导向编程模型天生可以防止许多常见的安全问题（如重入攻击），因此非常适合管理游戏内资产。通过 Move，这一模型被强化为以对象为中心的数据结构，为每个对象分配一个唯一的 ID。这种设计为以 NFT 形式表示和转移游戏内资产提供了更大的灵活性，推动了更互动、更响应的用户体验。


---

# 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://wp.warped.games/chinese-warped-universe-whitepaper/sui-wang-luo/move-bian-cheng-yu-yan.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.
