Skip to content

"This Python project converts an image of a maze into a matrix and uses various algorithms to traverse the maze, with the option to animate the traversal process for visualizing the solution."

Notifications You must be signed in to change notification settings

alojzmilicevic/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Traversal

🏁 This Python project takes an image of a maze and converts it into a matrix. It then uses various algorithms, including breadth-first and depth-first search, to traverse the maze and find a solution. The traversal of the maze can also be animated for visualizing the process. ⌛

Getting Started

🚀 To get started with this project, you will need to have Python and the necessary libraries installed on your machine. You can then clone the repository and run the code to see the results.

git clone https://github.com/alojzmilicevic/mazes.git

Requirements

📄 Python 3.x 📁 [Libraries]

Usage

⚙️ To use the project, simply run the main.py script and follow the prompts. You will be asked to provide the path to an image of a maze and choose an algorithm for traversing the maze. The resulting matrix and traversal animation will be displayed.

I hope this revised template is helpful! Let me know if you have any questions or need further assistance.

About

"This Python project converts an image of a maze into a matrix and uses various algorithms to traverse the maze, with the option to animate the traversal process for visualizing the solution."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages