Skip to content

shayu/maze-solver-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

Original Searching... Solved

Usage example:

stefano@stefano-laptop:~/code/src/maze-solver$ ./solve_maze.sh mazes/maze_000.jpg
INFO: Loaded image 'mazes/maze_000.jpg' ((800, 1002) pixels).
INFO: Solving...
INFO: Found a path after 457955 iterations.
INFO: Solution saved as 'out/maze_000.jpg'.
Generating AVI...	out/maze_000.avi
Generating GIF...	out/maze_000.gif

Dependencies:

  • Package 'imagemagick' for the convert command.
  • Package 'libav' for the avconv command.

Install:

  • Ubuntu:

    sudo apt-get install imagemagick libav-tools
    
  • Mac:

    brew install imagemagick libav
    

About

Python maze solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published