> For the complete documentation index, see [llms.txt](https://whitepaper-cn.miniton.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-cn.miniton.games/kai-fa-zhe-he-zuo/nei-rong-he-zuo-qian-zi-ce.md).

# 内容合作前自测

{% hint style="info" %}
亲爱的开发者，MiniTon仅合作基于技能的游戏
{% endhint %}

## 请查看您的游戏是否满足以下条件

* 技能是比赛结果的决定因素吗？&#x20;
* 决胜局是根据技能决定胜负的吗？
* 技术高超的玩家在与新手在比赛时，所有参数是否一致？&#x20;
* 是否有重要的决策，必须靠猜测才能做出？
* 是否有无法预测胜负的随机类的规则？&#x20;
* 是否已经尽可能减少了随机事件？


---

# 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://whitepaper-cn.miniton.games/kai-fa-zhe-he-zuo/nei-rong-he-zuo-qian-zi-ce.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.
