https://github.com/bpetermann/py-maze-solver
https://github.com/bpetermann/py-maze-solver
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpetermann/py-maze-solver
- Owner: bpetermann
- Created: 2023-10-22T21:15:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T20:03:15.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:45:23.870Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python Maze Solver
- Draws a random maze via tkinter and solves it recursively
- Second Python project as part of the boot.dev curriculum### Getting started
```
git clone https://github.com/bpetermann/py-maze-solver.git
cd py-maze-solver
python main.py
```