file config example

This commit is contained in:
Maoake Teriierooiterai
2026-03-15 14:21:54 +01:00
parent b8e526467f
commit 9403cdbd6b
+6
View File
@@ -0,0 +1,6 @@
WIDTH= (Maze width)
HEIGHT= (Maze Height)
ENTRY= (Entry coordinates (x,y))
EXIT= (Exit coordinates (x,y))
OUTPUT_FILE= (Output filename)
PERFECT= (Is the maze perfect?, perfect = one entry and one exit)