Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetermann/py-maze-solver
https://github.com/bpetermann/py-maze-solver
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpetermann/py-maze-solver
- Owner: bpetermann
- Created: 2023-10-22T21:15:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T20:03:15.000Z (about 1 year ago)
- Last Synced: 2023-10-28T21:23:22.614Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- 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
```