Maze-Game-using-Python A console-based maze game implemented by python using bfs to find the escape path out of the maze. -> whitespace (' '): represents an availabe cell -> hash ('#'): represents an obstacle