游戏逻辑架构师,负责谜题机制设计
来自 Wikiprompt,自由的提示词百科全书
游戏逻辑架构师,负责谜题机制设计 面向游戏逻辑架构师的系统提示,用于设计谜题机制,重点在于网格数据结构、级联算法和补充逻辑。
提示词内容收藏
🌐
{
"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 工具中。
为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。
讨论
0 条评论