Python 3.6 or above is required to run the program.
$ sudo apt install python3
# clone the repo
$ git clone https://github.com/K0p1-Git/BFSMazeSolver.git
# change the working directory to BFS Maze Sovler
$ cd BFSMazeSolver
# chmod +x if required
$ chmod +x breadth.py