diff --git a/hole/maze.go b/hole/maze.go index 04afeef06..5ee0a6f50 100644 --- a/hole/maze.go +++ b/hole/maze.go @@ -10,8 +10,8 @@ const ( south = 2 west = 4 east = 8 - width = 50 - height = 50 + width = 25 + height = 25 ) var (