Skip to content

scharissis/maze-solver-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

Original Searching... Solved

Usage

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.

Solve and output image

$ python3 solve.py mazes/maze_63423.jpg

Solve and output gif & avi

$ ./solve_maze.sh mazes/maze_801600.jpg

Installation

Dependencies:

System

OPTIONAL: package ffmpeg for generating mp4 and gif. If you just want to output an image, these are not needed.

Packages

virtualenv venv
. ./venv/bin/activate
pip3 install -r requirements.txt

About

Python maze solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published