finish to synchronize the maze generator and the solver

This commit is contained in:
Maoake Teriierooiterai
2026-03-26 14:19:43 +01:00
parent 170de8813a
commit ef030f70a7
4 changed files with 32 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
WIDTH=20
HEIGHT=20
ENTRY=1,1
WIDTH=11
HEIGHT=11
ENTRY=4,3
EXIT=2,1
OUTPUT_FILE=maze.txt
PERFECT=False