in progress
Python function that tracks the path of a light ray inside a mirror maze.
The mirror maze is inputted as a 2D list argument.
The function maze_solver takes that 2D list as the input maze and outputs the path that the light ray travels in this maze.