mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
add key handling without color management (not implemented)
This commit is contained in:
+6
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user