24 bool run(std::unique_ptr<grid_interface>
const& g,
randomizer& rng)
const noexcept override;
Interface for runnable algorithms.
Definition algo_interface.h:18
Binary tree algorithm for generating mazes.
Definition binary_tree.h:16
bool run(std::unique_ptr< grid_interface > const &g, randomizer &rng) const noexcept override
Run the binary tree algorithm.
Provides random-number generating capabilities.
Definition randomizer.h:15
Namespace for the maze builder.
Definition algo_interface.h:9