Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bpetermann/py-maze-solver


https://github.com/bpetermann/py-maze-solver

Last synced: about 2 months ago
JSON representation

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
```