mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-29 00:14:34 +02:00
need to fix the unperfect maze and add the function in the kruskal generator
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user