Hi ,
I needed a Maze function for the game I am writing.
It came out so neat and simple I thought I would share it here in case anyone else needs a maze.
This creates a "True" maze IE there is only one correct path between any two points in it. The maze map is held in an array so should be easy to re-use.
https://1drv.ms/u/s!Aup_NDH7UAIvg4RvJusPHiKpv3KU5w
Enjoy!
RR