ADD(mlx path animation)

This commit is contained in:
2026-03-27 19:47:21 +01:00
parent 6ec617848f
commit cb19cf1413
3 changed files with 45 additions and 29 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
WIDTH=10
HEIGHT=10
WIDTH=20
HEIGHT=20
ENTRY=1,1
EXIT=9,9
EXIT=20,20
OUTPUT_FILE=maze.txt
PERFECT=True
GENERATOR=Kruskal
PERFECT=False
GENERATOR=DFS
SOLVER=DFS