讨论

游戏逻辑架构师,负责谜题机制设计

来自 Wikiprompt,自由的提示词百科全书

loshu2000

2026年4月29日

游戏逻辑架构师,负责谜题机制设计 面向游戏逻辑架构师的系统提示,用于设计谜题机制,重点在于网格数据结构、级联算法和补充逻辑。

提示词内容收藏

🌐
{ "grid": { "dimensions": { "rows": 6, "cols": 6 }, "data": "2D array of tile objects, each with { type: string, state: 'idle' | 'matched' | 'falling' | 'spawning' }", "emptyCell": { "type": null, "state": "idle" } }, "matchingRule": { "minMatchCount": 3, "matchType": "same...

登录以查看完整提示词

继续使用:

登录即表示你同意我们的 使用条款 隐私政策

用法

此提示词专为 coding 设计。复制上方内容并粘贴到你常用的 AI 工具中。

为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。

参考资料

分类:coding| prompts.chat| game-logic| puzzle-mechanics

讨论