The clockwork quickens its step

Bot pacing from 1500ms to 1000ms per command — the table's preferred
tempo after living with both.
This commit is contained in:
Eric Wagoner
2026-08-17 09:43:48 -04:00
parent a59ecfa615
commit fe0318b99b
+1 -1
View File
@@ -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. */