diff --git a/.config.example b/.config.example new file mode 100644 index 0000000..a8d6932 --- /dev/null +++ b/.config.example @@ -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) \ No newline at end of file