starting the branch parsing need to get a good start on this

This commit is contained in:
Maoake TERIIEROOITERAI
2026-03-24 21:21:46 +01:00
parent 8eb46f601f
commit 03c4d206d6
2 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import src.amaz_lib as g
def main(maze_gen: MazeGenerator) -> None:
# try:
maze = Maze(maze=None)
for alg in maze_gen.generator(30, 10):
for alg in maze_gen.generator(30, 30):
maze.set_maze(alg)
os.system("clear")
maze.ascii_print()