mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
e137389216
- entry/exit negatif - checker if output file already exist - config.txt commentary - maze min size for ft logo generation - unperfect maze compliance
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
WIDTH=9
|
|
HEIGHT=7
|
|
ENTRY=1,1
|
|
EXIT=4,5
|
|
OUTPUT_FILE=con.txt
|
|
PERFECT=False
|
|
GENERATOR=Kruskal
|
|
SOLVER=AStar
|