The Binary Tree Algorithm
Learn what the Binary Tree algorithm is and how it can be used for random maze generation.
We'll cover the following...
The Binary Tree algorithm for mazes
The Binary Tree algorithm is, quite possibly, the simplest algorithm around for generating a maze. As its name suggests, it ...