How to make your own maze ?

Open notepad. Select the font "Courier".
Then place :
  -x for a wall
  -S for the startposition
  -E for the endposition
  -space(or anything else) for the rest of the maze.

The maze must be rectangular.
Dont place unnecessary space or newline, else you get an error.