Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pokkeyuri/pymaze

Python Maze Generator and Solver
https://github.com/pokkeyuri/pymaze

maze maze-generator maze-solver python

Last synced: 5 days ago
JSON representation

Python Maze Generator and Solver

Awesome Lists containing this project

README

        

# Python Maze Builder with Solver

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.

## Features
- **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.

## Getting Started
### Prerequisites
- Python 3.11.2 or later

### Installation
1. Clone the repository to your local machine.
2. Navigate to the project directory.

### Running the Program
1. Run the command `py main.py` in your terminal.
2. A window will pop up displaying the generated maze.
3. Watch as the maze is automatically solved in real-time.

## License
This project is licensed under the MIT License. See the LICENSE file for more details.