From 6b2b4bf470b655f01c5a21c5f558a6102402c214 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 19:24:25 -0400 Subject: feat: map implemented with BFS --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index e980438..448aa68 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,6 @@ +game: + maxWidth: 70 # maximum width for room description text when displayed alongside the mini-map + telnet: enabled: true port: 4000 -- cgit v1.2.3