Welcome to the Python Maze Builder with Solver! This tool is designed to create and solve mazes. Watch in real-time as the maze generates and the solving algorithm strategically finds its way through the labyrinth.
- Dynamic Maze Generation: Experience a new maze each time you run the program.
- Real-time Solving Visualization: Observe the solving process step-by-step, providing insight into the algorithm's mechanics.
- Python 3.11.2 or later
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the command
py main.py
in your terminal. - A window will pop up displaying the generated maze.
- Watch as the maze is automatically solved in real-time.
This project is licensed under the MIT License. See the LICENSE file for more details.