Maze Builder Docs 6.3.5
|
Binary tree algorithm for generating mazes. More...
#include <binary_tree.h>
Public Member Functions | |
bool | run (grid_interface *g, randomizer &rng) const noexcept override |
Run the binary tree algorithm. | |
![]() |
Binary tree algorithm for generating mazes.
|
overridevirtualnoexcept |
Run the binary tree algorithm.
g | |
rng |
Implements mazes::algo_interface.