This commit is contained in:
Maoake Teriierooiterai
2026-03-29 18:47:29 +02:00
parent b682274102
commit 68d710e313
3 changed files with 40 additions and 5 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
WIDTH=11
HEIGHT=11
WIDTH=50
HEIGHT=50
ENTRY=1,1
EXIT=11,11
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=Kruskal
GENERATOR=DFS
SOLVER=DFS