Skip to content

sigonebyexample/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

A Python program that solves mazes using search algorithms

Maze Solver

A Python program that solves mazes using breadth-first search algorithm.

Features

  • Loads mazes from text files
  • Finds the shortest path from start (A) to goal (B)
  • Visualizes the solution with explored cells
  • Exports solution as an image

Installation

  1. Clone this repository:
git clone https://github.com/sigonebyexample/maze-solver.git
cd maze-solver
##Install dependencies
pip install -r requirements.txt
##Usage
python maze.py maze.txt

About

A Python program that solves mazes using search algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages