Scripts to analyze my maze image and solve it.
Use Anaconda.
conda env create -f environment.yml
conda activate solve-mazepython main.pyThen, processed images are output in output directory.
In the last image, a path from the start to the goal is drawn.