Skip to main content

Create random hexagonal mazes

Project description

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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hex_maze-0.0.2.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

hex_maze-0.0.2-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page