Skip to content

nickc92/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Generate 3D mazes

This python program will search randomly for "optimal" 3D mazes, optimal meaning a maze with the largest number of junctions. Four types of situations are not allowed:

T-junctions:

***
 *

Open pockets:

**
**

kitty-corner holes:

 *
*

out-of-plane kitty-corner holes (e.g. hole at (1,1,1) and at (2,2,2).

About

Generate 3D mazes with as many junctions as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages