add key handling without color management (not implemented)

This commit is contained in:
2026-03-27 20:58:28 +01:00
parent cb19cf1413
commit 2fc67683d8
2 changed files with 62 additions and 28 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
WIDTH=20
HEIGHT=20
WIDTH=11
HEIGHT=11
ENTRY=1,1
EXIT=20,20
EXIT=11,11
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=DFS
SOLVER=DFS
PERFECT=True
GENERATOR=Kruskal
SOLVER=AStar