Original | Searching... | Solved |
---|---|---|
There is a python script which solves the input image and outputs a solution image with the path it found. Additionally, if you'd like to generate a GIF or MP4 of the process, you use the shell script.
$ python3 solve.py mazes/maze_63423.jpg
$ ./solve_maze.sh mazes/maze_801600.jpg
OPTIONAL: package ffmpeg
for generating mp4 and gif.
If you just want to output an image, these are not needed.
virtualenv venv
. ./venv/bin/activate
pip3 install -r requirements.txt