Go to file
2021-01-01 23:43:13 -05:00
docs Basic data structures in place, binary tree and sidewinder algorithms implemented for generation, djikstra implemented for path finding 2020-12-29 00:09:00 -05:00
maze Load mask from image 2021-01-01 23:43:13 -05:00
tests Better mask handling, create masks from strings 2021-01-01 22:51:04 -05:00
.gitignore Initial commit 2020-12-21 22:55:59 -05:00
demo.py Load mask from image 2021-01-01 23:43:13 -05:00
LICENSE Initial commit 2020-12-21 22:55:59 -05:00
Makefile Basic data structures in place, binary tree and sidewinder algorithms implemented for generation, djikstra implemented for path finding 2020-12-29 00:09:00 -05:00
MANIFEST.in Initial commit 2020-12-21 22:55:59 -05:00
README.rst Initial commit 2020-12-21 22:55:59 -05:00
requirements.txt Add more algorithms, add simple masks 2021-01-01 21:32:36 -05:00
setup.py Basic data structures in place, binary tree and sidewinder algorithms implemented for generation, djikstra implemented for path finding 2020-12-29 00:09:00 -05:00
test_mask.png Load mask from image 2021-01-01 23:43:13 -05:00

Sample Module Repository
========================

This simple project is an example repo for Python projects.

`Learn more <http://www.kennethreitz.org/essays/repository-structure-and-python>`_.

---------------

If you want to learn more about ``setup.py`` files, check out `this repository <https://github.com/kennethreitz/setup.py>`_.