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 --- internal/game/game.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/game.go') diff --git a/internal/game/game.go b/internal/game/game.go index 50c8f3d..0675a13 100644 --- a/internal/game/game.go +++ b/internal/game/game.go @@ -28,6 +28,7 @@ type Game struct { charsMu sync.Mutex loggedInChars map[string]*net.Session combatPadWidth int + MapWidth int } func New(dataDir string) *Game { -- cgit v1.2.3