finish the animation generator maze

This commit is contained in:
Maoake Teriierooiterai
2026-03-27 16:49:13 +01:00
parent a3bbce861d
commit 3c072de0f4
5 changed files with 41 additions and 33 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
WIDTH=15
HEIGHT=15
WIDTH=20
HEIGHT=20
ENTRY=1,1
EXIT=2,2
OUTPUT_FILE=maze.txt
PERFECT=True
PERFECT=False
GENERATOR=DFS
SOLVER=AStar