Files
amazing/config.txt
T
da7e e137389216 Some fix:
- entry/exit negatif
- checker if output file already exist
- config.txt commentary
- maze min size for ft logo generation
- unperfect maze compliance
2026-04-04 21:18:42 +02:00

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