<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[InkEngine —— 自定义 互动游戏 &#x2F; 互动小说 引擎]]></title><description><![CDATA[<blockquote>
<p dir="auto">支持 <a href="https://www.inklestudios.com/ink/" target="_blank" rel="noopener noreferrer nofollow ugc">Inkle / Ink</a>： 一种用于游戏的叙述性脚本语言。<br />
添加了拓展函数以实现在群聊中进行互动游戏。</p>
</blockquote>
<p dir="auto"><strong><a href="https://www.inklestudios.com/ink/" target="_blank" rel="noopener noreferrer nofollow ugc">Ink</a> 是一种用于游戏的叙述性脚本语言</strong>，可以帮助开发者以轻松的语法快速书写多分枝互动游戏，同时提供了强大的拓展性。可快速编写包含 经济 好感度 签到 等系统的互动游戏。</p>
<p dir="auto">简单语法如下</p>
<pre><code>// 每天签到可获取随机 10 - 20 金币
VAR money = 0

===main===

新的一天开始了！

你目前有 {money} 金币。

+ [签到]
  ~ temp m = RANDOM(10, 20)
  ~ money += m
  签到成功！你获得了 {m} 金币！
  -&gt; main

</code></pre>
<p dir="auto">开发计划：</p>
<ul>
<li><div class="plugin-markdown"><input type="checkbox" />多故事切换</div></li>
<li><div class="plugin-markdown"><input type="checkbox" />支持OneBot协议</div></li>
<li><div class="plugin-markdown"><input type="checkbox" />补充 </div><code>README.md</code></li>
</ul>
<p dir="auto">注意：</p>
<p dir="auto">本插件不内置任何游戏，需要加载编译后 <code>main.ink.json</code> 格式。</p>
<p dir="auto">作为示例的互动游戏将在近期发布。</p>
<p dir="auto">编写教程将在近期发布。</p>
<p dir="auto">链接：</p>
<p dir="auto"><a href="https://github.com/Dituon/group-ink-engine" target="_blank" rel="noopener noreferrer nofollow ugc">Github</a></p>
<p dir="auto"><a href="https://github.com/Dituon/group-ink-engine/blob/main/ink-sdk/group_sdk.ink" target="_blank" rel="noopener noreferrer nofollow ugc">SDK</a></p>
]]></description><link>https://mirai.mamoe.net/topic/2669/inkengine-自定义-互动游戏-互动小说-引擎</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 07:49:37 GMT</lastBuildDate><atom:link href="https://mirai.mamoe.net/topic/2669.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Jun 2024 09:05:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to InkEngine —— 自定义 互动游戏 &#x2F; 互动小说 引擎 on Sun, 07 Jul 2024 11:20:24 GMT]]></title><description><![CDATA[<p dir="auto">用作示例的游戏因为太色情不得不延时发布，谢谢大家的支持</p>
]]></description><link>https://mirai.mamoe.net/post/28292</link><guid isPermaLink="true">https://mirai.mamoe.net/post/28292</guid><dc:creator><![CDATA[Dituon]]></dc:creator><pubDate>Sun, 07 Jul 2024 11:20:24 GMT</pubDate></item><item><title><![CDATA[Reply to InkEngine —— 自定义 互动游戏 &#x2F; 互动小说 引擎 on Mon, 10 Jun 2024 08:53:07 GMT]]></title><description><![CDATA[<p dir="auto">好东西 插眼</p>
]]></description><link>https://mirai.mamoe.net/post/28044</link><guid isPermaLink="true">https://mirai.mamoe.net/post/28044</guid><dc:creator><![CDATA[firefairy]]></dc:creator><pubDate>Mon, 10 Jun 2024 08:53:07 GMT</pubDate></item></channel></rss>