fix(MazeMLX): margin calculation, big maze are now display fully

This commit is contained in:
2026-03-30 16:36:52 +02:00
parent bdb1056d69
commit b520210d58
2 changed files with 19 additions and 44 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
WIDTH=11
HEIGHT=11
WIDTH=30
HEIGHT=30
ENTRY=1,1
EXIT=11,11
EXIT=5,5
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=DFS
GENERATOR=Kruskal
SOLVER=AStar