borntofrappe / code

Explore software
0 stars 0 forks source link

maze shapes #7

Closed borntofrappe closed 3 years ago

borntofrappe commented 4 years ago

Design mazes with different shapes.

borntofrappe commented 4 years ago

Consider the project as a spiritual successor to #5, imlpementing different algorithms

borntofrappe commented 3 years ago

First update: regular grid, grid masking and polar grid.

These were already developed for a different project folder (bornofrappe/game-development), but I refactored the code to be in line with the demos of the Mazes Algorithm project.

Maze shapes

borntofrappe commented 3 years ago

First original sucess for the project folder: regular hexagons and sigma mazes. Next to the polar adaptive grid, it provides one of the most appealing structures.

Hex Grid

borntofrappe commented 3 years ago

It's likely I'll close the issue/project with the triangle maze.

borntofrappe commented 3 years ago

Creating the triangle grid, and the so-called delta maze proved to be less challenging than anticipated. The visual is quite striking however.

Triangle Grid

borntofrappe commented 3 years ago

What took more time is documenting the different demos, and creating the vector graphics illustrating the different shapes and grid structures.