I am currently making a random maze generator in Python that stores its values in a 2 dimensional array. This will be used in the future as a pathfinding algorithm tester for me