Interface for runnable algorithms.
Definition algo_interface.h:16
Binary tree algorithm for generating mazes.
Definition binary_tree.h:16
bool run(grid_interface *g, randomizer &rng) const noexcept override
Run the binary tree algorithm.
Interface for the grid class.
Definition grid_interface.h:20
Provides random-number generating capabilities.
Definition randomizer.h:17
Namespace for the maze builder.
Definition algo_interface.h:6