Skip to content

Create random hexagonal mazes and export them to svg.

License

Notifications You must be signed in to change notification settings

lebalz/hex_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create random hexagonal mazes and export them to svg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages