mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
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) |