Some fix:

- entry/exit negatif
- checker if output file already exist
- config.txt commentary
- maze min size for ft logo generation
- unperfect maze compliance
This commit is contained in:
2026-04-04 21:18:42 +02:00
parent 21e9aba95f
commit e137389216
5 changed files with 61 additions and 14 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
WIDTH=4
HEIGHT=4
WIDTH=9
HEIGHT=7
ENTRY=1,1
EXIT=1,2
EXIT=4,5
OUTPUT_FILE=con.txt
PERFECT=False
GENERATOR=Kruskal