fix(parsing): make output work for AMazeIng class __init__

Basic main to display ascii print
This commit is contained in:
2026-03-25 17:40:13 +01:00
parent e717bf52e9
commit a408004bd7
21 changed files with 1872 additions and 65 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
WIDTH=200
HEIGHT=100
WIDTH=30
HEIGHT=30
ENTRY=0,0
EXIT=19,14
OUTPUT_FILE=maze.txt
PERFECT=True
PERFECT=True
GENERATOR=Kruskal
SOLVER=AStar