# Sovrun SDK

Games like [Chain Tactics](https://chaintactics.io/) run on the game development stack powered by:

* a MUD Engine (<https://mud.dev/>)
* a game IDE (Unity/Unreal/etc.) integrator

**MUD Engine**

MUD was designed by the [Lattice](https://lattice.xyz/) team in order to provide an open-source framework for powerful fully on-chain applications such as Autonomous Worlds to be deployed on EVMs.  Autonomous Worlds subscribe to the ECS pattern (Entity Component System) used in traditional game development pipelines in order to achieve scalable data architectures and relations, supporting millions of entities at once, optimized for multi-threading and parallelization, through the separation of data and functions.&#x20;

**Game IDE Integrator**

Sovrun integrates the MUD Engine with traditional game development environments like Unity, Unreal, Godot, or Bevy. It allows developers to leverage familiar tools and workflows while building MUD-compliant games, enabling seamless integration and deployment of interactive game features.

***

For more info on participating in Sovrun's Builder program, visit the Sovrun [Discord](https://discord.gg/fq3XpEQjhu).


---

# 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://docs.sovrun.org/build-with-sovrun/chain-tactics/sovrun-sdk.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.
