@SierraKen ha! I skimmed over your code too quickly glad the 4 points worked.
@Virtusoroca yeah, I don't know if I could have figured out maze building on my own, nice that every cell is accessible to every other cell, it might be a little better if one could do the maze with one array instead of 2. I have worked out some pathfinder code to find shortest route from one cell to another.