need to fix the unperfect maze and add the function in the kruskal generator

This commit is contained in:
Maoake TERIIEROOITERAI
2026-03-26 00:58:07 +01:00
parent 24748c47ad
commit 5aec319f7b
6 changed files with 41 additions and 45 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class MazeGenerator(ABC):
"W": "E",
"E": "W"
}
min_break = 3
min_break = 2
while True:
count = 0
for y in range(height):