From 44d79365133145ad568d87644ee83691773c5b80 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 19 Mar 2026 11:53:20 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20broken=20link:=20meta-construction=20?= =?UTF-8?q?=E2=86=92=20sequential-construction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/puzzles/multi-faceted-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puzzles/multi-faceted-plan.md b/src/puzzles/multi-faceted-plan.md index f6c2aec..fe763aa 100644 --- a/src/puzzles/multi-faceted-plan.md +++ b/src/puzzles/multi-faceted-plan.md @@ -71,7 +71,7 @@ When you want players to feel ownership over the solution by discovering require | Type | Similarity | Distinction | |------|------------|-------------| -| [Meta-Construction](./meta-construction.md) | Both gather multiple components | Meta-Construction = sequential chain where Step N's output enables Step N+1; MFP = parallel gathering with no interdependency | +| [Sequential Construction](sequential-construction.md) | Both gather multiple components | Sequential Construction = sequential chain where Step N's output enables Step N+1; MFP = parallel gathering with no interdependency | | [Pattern Learning](./pattern-learning.md) | Both require synthesis | Pattern Learning = discover reusable rule system; MFP = assemble discrete requirements from scattered sources | | [Information Brokerage](./information-brokerage.md) | Both involve NPC interaction | Brokerage = trade items between NPCs; MFP = gather requirements for single application |