Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 321 Bytes

Solve Maze

Scripts to analyze my maze image and solve it.

Set up

Use Anaconda.

conda env create -f environment.yml
conda activate solve-maze

Run

python main.py

Then, processed images are output in output directory. In the last image, a path from the start to the goal is drawn.