Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pokkeyuri/pymaze
- Owner: PokkeYuri
- License: mit
- Created: 2023-01-04T14:25:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T18:57:51.000Z (about 1 year ago)
- Last Synced: 2024-11-13T22:30:56.955Z (2 months ago)
- Topics: maze, maze-generator, maze-solver, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.