A new version of this scenario was uploaded on 2023-04-28 22:13:50 UTC
Running the application initially prompts the user for a size n (width) and size m (height) (works best with odd numbers <= 49), at which point a maze is generated and a path is draw in green from the starting positiong [0, 0] (top left corner) to the exit position [n-1, m-1] (top right corner).