From fe0318b99b1bf141e739e6e52e2940a03976b075 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Mon, 17 Aug 2026 09:43:48 -0400 Subject: [PATCH] The clockwork quickens its step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bot pacing from 1500ms to 1000ms per command — the table's preferred tempo after living with both. --- packages/server/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/index.ts b/packages/server/src/index.ts index 0d7778e..0f883ed 100644 --- a/packages/server/src/index.ts +++ b/packages/server/src/index.ts @@ -191,7 +191,7 @@ function broadcast(room: Room, makeMessage: (playerId: PlayerId) => unknown): vo * The clockwork plays at a watchable pace: one command every beat, each * broadcast as it lands, until the maze wants a human again. */ -const BOT_STEP_MS = 1500; +const BOT_STEP_MS = 1000; /** What a step's event means to this bot — its own deed when it acted, * its own suffering when somebody else did. Null: nothing worth a word. */