/hex_maze

Create random hexagonal mazes and export them to svg.

Primary LanguagePythonMIT LicenseMIT

hex_maze

Create random hexagonal mazes and export them to svg.

example

It's possible to add margin to the tiles:

tile marign

You can omit tiles from beeing part of the labyrinth too:

omit tiles

omit hex

Changelog

  • 0.0.2: fix bug that prevented a maze to be shuffled when the entry point was not (0,0)
  • 0.0.1: initial release

Package and upload to pip

@see this tutorial

rm -rf build/ dist/ hex_maze.egg-info/ && \
python3 setup.py sdist bdist_wheel && \
python3 -m twine upload dist/*