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

https://github.com/deshrike/pymaze

Generate and solve a maze
https://github.com/deshrike/pymaze

maze maze-generation-algorithms maze-solver python

Last synced: 3 months ago
JSON representation

Generate and solve a maze

Awesome Lists containing this project

README

        

# PyMaze

Create and solve a maze.
Python with PyGame

## Use

```
(pip install --user virtualenv)
(virtualenv env)

env\Scripts\activate

python app.py

env\Scripts\deactivate
```