From ef658fd98735c1dbc2075ab6c7e50a2be45c229d Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 7 Feb 2026 23:50:32 -0500 Subject: [PATCH] Update architecture plan opening to reflect current progress Items 1-8 from the plan are complete. Only in-world programming (item 9) remains. --- docs/how/architecture-plan.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how/architecture-plan.txt b/docs/how/architecture-plan.txt index de596c1..12046a7 100644 --- a/docs/how/architecture-plan.txt +++ b/docs/how/architecture-plan.txt @@ -2,10 +2,10 @@ architecture plan — designing for programmability ==================================================== where we are and where we're going. we have a working telnet MUD with -procedural terrain, movement, viewport rendering, effects. combat, persistence, -session modes, editor, in-world programming — all ahead of us. this doc -captures what we should get right in the foundation so those features don't -require rewrites. +procedural terrain, movement, viewport rendering, effects. we've built the +command system, game loop, mode stack, content loading, entity model, combat, +persistence, and editor mode. in-world programming remains ahead. this doc +captured what we needed to get right in the foundation — most of it is done. the core lesson from studying the ecosystem: the things that lasted (LPC mudlibs, MOO worlds, evennia typeclasses) all share one trait — game content