$ git clone https://github.com/asheux/maze-solver.git && cd maze-solver
$ python maze_escape.py
- Example output
NOTES: ß - Bot, █ - Exit
With Depth-First search algothm
░░░░░░░
░ ░*ß░
░ ░* ░
█**** ░
░ ░
░░░░░░░
With Breadth-first search algorithm
░░░░░░░
░ ░ ß░
░ ░ *░
█*****░
░ ░
░░░░░░░