Sunday, February 11, 2018

[zdcnrpzx] Maze of twisty little passages

The simplest maze-generating algorithms generate mazes with straight passages and only 90-degree turns.  Create an algorithm which permits many more angle possibilities and curved passages (of many and varying curvatures).  There will likely be wasted space because the passages no longer fit nicely next to each other.

3D.

No comments :