mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
fix(parsing): make output work for AMazeIng class __init__
Basic main to display ascii print
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user