Create a maze along the lines here https://mrmonline.org/maze-activities-1/ , https://mrmonline.org/mazes-3/
Your maze should be able to be solved by 1 loop. You are allowed to add a few lines after the loop to “clean up” the solution if you want but the bulk of the maze should be solvable using a single while loop.
Submit both the map and your solution.