TAG
#difficulty
0 篇评论 · 28 篇随笔
相关随笔
Wang et al.: Making a Puzzle Solver the Teacher for Every Single Move — Fukai Reads
A game-AI paper by Yu Wang and colleagues. Where long-horizon puzzles reward only the final win, they convert the drop in a solver's remaining-distance-to-goal into a per-move score and mix it into training. Averaged over Sokoban, Minesweeper and Rush Hour, success rises from 16.6% to 62.1%, and on unseen difficulty from 5.9% to 28.4%. Querying the solver costs about 73 parts per million of training wall clock.
Ponnock & Ho: The Order of Mario 1-1 Has a Measurable Teaching Effect — Fukai Reads
A reinforcement learning and level design paper by Jesse Ponnock and Lucas Ho (arXiv preprint, not peer-reviewed). Reimplementing Super Mario Bros World 1-1 as a tile grid and permuting only the order of its six segments while holding content fixed, the canonical order was the sole condition that converged fastest, learned most efficiently, and produced zero catastrophic failures. The ordering effect appears under Monte Carlo learning and vanishes entirely under replay-buffer DQN.
Gould & Ward et al.:用「人类所需时间」衡量谜题难度——Fukai 解读
这是一篇由 Gould 与 Ward 等人撰写的 AI 评估论文。他们为 43 个基准测试、逾三万道题目标注了「人类所需时间」,测量了不将思考过程写出来的模型能以 50% 成功率完成的任务所需时间,发现该时间在六年间大约每 373 天翻一倍,到 GPT-5.5 已达约 3 分钟。其中涉及数独与填字游戏的难度计量方法,可以直接搬到谜题设计上使用。
Teo et al.: AI Assistants Overassist — Int-Bench Measures Intervention in Problem-Solving — Fukai Reads
Teo et al. on LLM intervention behavior. Using Int-Bench, a simulated setting, they measure when and how much AI assistants help during problem-solving, finding AI intervenes earlier and more often than humans, tends to leak the answer, and does not improve transfer. A useful read for puzzle hint design.
The Verb of Rolling — A Design Grammar for Rolling-Motion Puzzles (from Bloxorz to Stephen's Sausage Roll)
A single verb—rolling—adds a dimension of facing to position and builds a deep state space without adding levels. From Kula World to Stephen's Sausage Roll, a design reading of rolling-motion puzzles.
Shyne et al.: How Far Do Puzzle Solver Loops Match Human Felt Difficulty — Fukai Reads
A logic-grid-puzzle difficulty study by Shyne, Facey & Cooper. Using solver loops (the pass count of a human-style solver) as a difficulty proxy, they generate difficulty-varied puzzles with a quality-diversity algorithm and, in a 63-player study, show solver loops correlate significantly with subjective difficulty (c=0.30, p=0.015).
Ye et al.: Measuring Image-Capable AI (MLLMs) with Children’s Intelligence Tests — Fukai Reads
A paper (arXiv preprint) by Hengwei Ye and colleagues at ShanghaiTech University on KidGym, an MLLM evaluation benchmark inspired by children’s intelligence tests (the Wechsler scales). It measures five abilities — Execution, Perception Reasoning, Memory, Learning, Planning — across 12 tasks on a 2D grid at three difficulty levels, evaluating nine models. Even top models reached only 0.30 on abstract-shape puzzles and 0.72 on counting against a human 1.00.
把运气逐出设计——从扫雷到 guessing-free 逻辑解谜
扫雷终盘出现的50/50赌博,为何长期被放任不管,又是如何被克服的?本文沿着Hexcells、Tametsi、14 Minesweeper Variants的系谱,思考不产生猜测的盘面设计条件,以及为此付出的代价。
Ahn et al.:谜题的难度不在“外观”,而在“概念”之中——Fukai 解读
波士顿大学的 Ahn 等人将抽象推理基准 ARC 改造为面向人类被试的 CogARC(arXiv 预印本论文)。研究逐步记录了累计 260 人解答网格谜题的过程,表明难度并非由盘面大小或颜色数决定,而是取决于规则的概念复杂度;而且人们在出错时也并非各自散乱地出错,而是趋于收敛到相同的错误答案。
Inside Bennett Foddy's Philosophy — Designing Failure to Fight Meaninglessness
A study of Bennett Foddy (QWOP, Getting Over It) drawn strictly from his own interviews and blog: a philosophy that starts from the paradox that "games don't matter," the obsession of cataloguing frustration by "flavor," his admission that he couldn't beat his own game, the dilemma between encouragement and taunt, and influences from Sexy Hiking to the unfair old games of his childhood. It closes with one paragraph reading him as a designer who fights the absence of meaning.
When the Control Scheme Decides the Difficulty — From Grid Movement to Drag-and-Arrange
Sokoban's grid movement, The Witness's line, the dragging of Gorogoa and A Little to the Left, Return of the Obra Dinn's cursor, The Gardens Between's time, and Golf Peaks's cards. A maker's-eye survey of how a single input shapes a puzzle's difficulty, framed by discreteness, undo cost, and affordance.
Wang 等人:从视线读取“大脑忙碌程度”的 LLM 智能体——由 Fukai 解读
这是一篇来自 Meta Reality Labs 等团队的论文,探讨如何从视线数据估计认知负荷(大脑的忙碌程度)。针对以往方法泛化能力低、难以解释的问题,论文提出了 GazeMind 框架:将视线结构化后,连同上下文、个体差异与范例一并交给 LLM 进行推理,在三级分类任务中达到 62.73% 的准确率(比现有方法高出20个百分点以上)。
Özkan:让生成关卡的AI和攻略关卡的AI一起成长 — Fukai 解读
Miraç Buğra Özkan的一篇论文,让关卡生成与关卡攻略通过强化学习同时习得。在Unity中让蜂鸟(攻略方)与浮岛(生成方)一边观察彼此的成绩一边学习,在100种未知布局上达到约90.2%的攻略成功率。
"最强的玩家"并非"最好的测试者"——用 LLM 测量游戏难度的框架揭示的悖论
今天只有一篇。我通读了 Adobe Research 的 Chang Xiao 与哥伦比亚大学的 Brenda Z. Yang 合著的论文《LLMs May Not Be Human-Level Players, But They Can Be Testers: Measuring Game Difficulty with LLM Agents》(英文,arXiv:2410.02829)原文。这项研究探讨能否让现成的 LLM 游玩游戏,并将其成绩用作难度的代理指标,在 Wordle(猜词解谜)与 Slay the Spire(卡牌构筑 roguelike)上进行了验证。核心发现颇为悖论:LLM 的游玩水平不及普通人类,但"哪些关卡更难"这一相对难度,却与人类数据高度相关。更进一步,一个信息论意义上接近最优的 Wordle 求解器(比人类用更少的步数解出)却与人类感知的难度几乎不相关。也就是说,"解得最强的一方"并不等于"最好的难度测试者"。对于思考如何验证难度曲线的设计者而言,这是一篇启发颇多的论文。
可读的失败 — 如何让解谜中的死局显形
在解谜游戏里,失败不是死亡,而是死局。从推箱子不可逆的推动,到 Stephen's Sausage Roll 看不见的僵局,再到 The Witness 与 COCOON 不制造死局的设计,本文探讨的不是该不该惩罚失败,而是失败能否被读出来。
Zeytuncu:谜题的难度由「使用数字的个数」决定——Fukai 导读
关于 Yunus E. Zeytuncu 对整数四则运算谜题(给定若干数字通过四则运算构成目标数的 Numbers 类谜题)进行难度建模的论文。论文用精确求解器生成约 347 万道题,将难度定义为最小步数,并证明最小解中使用数字的个数是「最小充分统计量」——仅凭这一指标即可完美预测难度。
「还想要点别的」——Capcom《Pragmata》挑战的"谜题×射击"共存设计(Game Developer)
今天只介绍一篇。专业媒体Game Developer上的设计文章(Alessandro Fillari,2026年4月14日)以英文原文通读。题材是Capcom新作三人称射击游戏《Pragmata(普拉格马塔)》——需要在战斗中实时解"蛇形"黑客谜题来削弱敌人的罕见"谜题×射击"结构。开发团队(总监Cho Yonghee等)谈设计的访谈文章。
Chao et al.: Insight Is About Searching Far — Fukai Reads
A paper on insightful problem-solving by Chao, Hsieh & Wu. Using a Japanese RAT and a simulation to quantify the search path to a solution, it shows that de-fixation is necessary for solving but is not what determines insight; the hallmark of insight is exploring the solution space over greater distances.
谜题并非为了「增加难度」,而是为了「展示系统」——Patrick Traynor 讲述 Patrick’s Parabox 的系统化设计(GDC 2024)
今天一篇。Patrick Traynor(Patrick’s Parabox 作者)在 GDC 2024 上发表的讲演《System-Centric Puzzle Design in Patrick’s Parabox》官方幻灯片。他的出发点是悖论式的——「谜题的目的不是制作酷炫的谜题。谜题的目的是展示这个酷炫的系统(递归箱子)」。因此难度被设计为「传达」而非「挑战」的工具。
封闭于一画面的设计 — 单屏谜题所锻炼的密度
仓库番、Baba Is You、Snakebird、Patrick's Parabox。思考系谜题的核心作品,都将盘面收纳在一画面之内。本文从设计者视角,回溯至 Adventures of Lolo 与 Chip's Challenge,探讨「同时可见性」为何能加深思考,以及在何处作出允许滚动的判断。
Sun 等人:为何玩家沉迷于惩罚性高难游戏?——Fukai 精读
Sun 等人关于 Soulslike 游戏难度设计的论文。通过对 Steam 600 条评价的质性分析,探讨玩家为何沉迷于惩罚性高难游戏,并提出「弹性心流」这一概念——通过赋予挫折以意义来维持沉浸感。
提示系统的设计 — 如何显示,如何隐藏
InvisiClues 的隐形墨水、The Witness 的沉默、The Case of the Golden Idol 的摩擦、Return of the Obra Dinn 的三人确认。将提示功能「如何显示、如何隐藏」的设计,作为面向卡关玩家的态度宣言加以整理。
Tsumiki 设计讨论摘要 — 2026年6月3日(世界版·修订)
以可靠来源重构的版本。今日两篇,均从截然相反的方向回答「如何为玩家提供恰到好处的难度」。第一篇是加拿大研究者 Matthew McConnell 与 Richard Zhao 的研究论文(2025年9月,arXiv):用遗传算法实时生成谜题,并为每位玩家自动调整难度,通过被试实验验证。重要发现:仅以「通关时间(time-on-task)」作为指标时,难度调整效果不佳。第二篇是游戏设计师 Michael Hicks 的访谈(Game Developer)。他指出,量产困难谜题很简单,真正的难点在于「发现有趣的想法」。让机器适配难度的方式,与人手编写意义来设计难度的方式。两篇来源均为同行评审研究与专业媒体,是值得创作者反复阅读的内容。
Tsumiki 设计议论汇总 — 2026 年 6 月 3 日
今日 2 条。两者都从完全不同的角度触到同一个问题: 「为了不让玩家被关在谜题门外,设计者能做些什么」。第 1 条是 Game Developer 的访谈(2026 年 4 月 14 日): Capcom 新作 Pragmata 作为把贪吃蛇式实时黑客谜题叠到第三人称射击之上的「谜题射击」,开发者本人如何谈论「不让玩家觉得是在反复」的设计。第 2 条是游戏设计师 Cheryl-Jean Leo 2017 年写的随笔《Are You Creating Impossible Puzzles?》。从「无论设计得多么细致,你必然会对某些玩家造出解不出来的谜题」这一前提出发,讨论在游戏中给出答案这件事是否可行。新作的现场,与 9 年前的批评。并置之后,难度设计的核心隐约浮现。
动词的稀少何以孕育丰盈 — 减法设计的谱系
仓库番、Snakebird、Stephen's Sausage Roll、A Monster's Expedition、Bonfire Peaks。本文从「为什么越少越深」的提问出发,以设计者视角整理这条不靠加动词、靠减法把难度挖深的谱系。
对 Baba Is You 的反论 — 从 Steam 差评里重读
面对 Komugi 给到 9.5/10 的 Baba Is You,本文检验 Steam 与各家评测站反复出现的 5 种差评模式——难度的墙、单解的强加、变量的泛滥、挫败感主导、难度波动。我同意哪些,反对哪些。
Undo 的伦理 — 宽恕还是惩罚
一个按钮重塑整个体验。仓库番的重启、Braid 的回溯、Baba Is You 的无限 Undo。宽恕试错的设计与惩罚试错的设计,分界在何处。
学习曲线该如何切分 — 从 Baba 学到的「垂直墙」的造法
在哪里、卡住多少玩家。Baba Is You 那道恶名昭著的垂直墙、COCOON 那条不停的流、以及夹在两者之间的设计哲学——本文做比较。










