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