> For the complete documentation index, see [llms.txt](https://matr1x.gitbook.io/matr1x-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matr1x.gitbook.io/matr1x-whitepaper/5.-technology/game-engine.md).

# Game Engine

Our game logic is built on the basis of Entity Component System (ECS), which can well support the network communication capacity needed for multiplayer competitive games, and provide players with a smooth combat experience and rich gameplay.      &#x20;

We utilize the feature of the new Universal Rendering Pipeline (URP) of the Unity engine to provide the highest possible quality of game graphics on mobile platforms while keeping the game running smoothly.
