# Move Language

The Move programming language was originally developed for Meta's Diem project, then adopted and refined by Mysten Labs specifically for Sui, with a focus on gaming and high-performance applications.

Move uses a resource-oriented programming model that inherently prevents many common security vulnerabilities, making it a reliable foundation for managing in-game assets. Sui builds on this with an object-centric data structure that assigns a unique ID to every item in the game. This means each asset can be tracked, transferred, and updated independently, giving us greater flexibility to create more interactive and responsive player experiences.


---

# 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/sui-network/move-language.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.
