mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
WIDTH=15
|
|
HEIGHT=15
|
|
ENTRY=1,1
|
|
EXIT=2,2
|
|
OUTPUT_FILE=maze.txt
|
|
PERFECT=True
|
|
GENERATOR=DFS
|
|
SOLVER=AStar
|