跳到主要内容
知仓学习社ZHICANG

game-mechanics-design

Design, inspect, or repair game mechanics, core loops, rules, goals, actions, state, chance, secrets, skills, and emergent dynamics. Use when buildi…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少3 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Game Mechanics Design

Use this skill to make gameplay systems explicit enough for an AI coding agent to implement, test, and tune. The mechanic spec should separate rule structure from presentation so the same idea can be prototyped cheaply before polish.

Source Traceability

Primary source: The Art of Game Design: A Book of Lenses, Third Edition by Jesse Schell, especially chapters 12-14 on mechanics, balance, and puzzles. The workflow is transformed and paraphrased.

Supporting source: MDA, which helps distinguish coded mechanics from the player-visible dynamics and aesthetic experience they produce.

Workflow

  1. Identify the core loop: player input, system response, feedback, reward or consequence, and next decision.
  2. Specify mechanics across space, time, objects, attributes, state, actions, rules, goals, skill, chance, and information visibility.
  3. Predict dynamics: dominant strategies, degenerate loops, emergent interactions, pacing, and failure states.
  4. Define player mastery: what starts simple, what becomes expressive, and how players improve.
  5. Produce implementation-ready rules with test cases and tuning parameters.

Required Output

  • Mechanic Brief: player promise, core loop, and intended dynamics.
  • Rules Model: state, objects, actions, rules, goals, and information.
  • Implementation Notes: data structures, tunable constants, edge cases, and instrumentation.
  • Failure Modes: exploits, dead ends, unreadable outcomes, and boring optimal play.
  • Test Scenarios: deterministic cases the agent can implement.

Local References

Before producing a mechanic spec, read:

  • references/core/guide.md
  • workflows/mechanic-spec.md

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。