Metadata-Version: 2.1
Name: mazeflow
Version: 0.0.2
Summary: Mazes games
Author: LI Yihai
Author-email: <parleywong98@gmail.com>
Keywords: python,maze,breath-first search,depth-first search,A*-search
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: noise
Requires-Dist: Pillow


```
mazepy
├── LICENSE.md
├── README.md
├── __init__.py
├── frontier.py
├── generator.py
├── lib
│   └── __init__.py
└── search.py

2 directories, 7 files
```
