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

# algorithm

* [【Godot干货】游戏中的小地图是怎么实现的？Subviewport和canvas cull mask的应用](https://www.bilibili.com/video/BV19HcEeeEyP?spm_id_from=333.1387.favlist.content.click)
* [游戏中的伪随机](https://www.bilibili.com/video/BV15i42127Q4?spm_id_from=333.1387.favlist.content.click)
* [洗牌算法](https://www.bilibili.com/video/BV17GBMYHE8D?spm_id_from=333.1387.favlist.content.click)
* [【教程向】如何在游戏中创造一个真实的随机生态分布地图？](https://www.bilibili.com/video/BV1fws6ecEjJ?spm_id_from=333.1387.favlist.content.click)
* [给种田游戏添加程序化地形生成（双网格系统、无限地形）](https://www.bilibili.com/video/BV1WaH9eTEPU?spm_id_from=333.1387.favlist.content.click)⭐

[游戏未解之谜：网游NPC为何永远不会动？](https://www.bilibili.com/video/BV1tJwTecE1w?spm_id_from=333.1387.favlist.content.click)


---

# 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:

```
GET https://okzkx.gitbook.io/blogs/game-tech/algorithm.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.
