37 static bool apply_algo_to_grid(
configurator const& config, std::unique_ptr<grid_interface>
const& g,
const std::function<
int(
int,
int)>& get_int,
const std::mt19937& rng)
noexcept;
Configuration class for the maze builder.
Definition configurator.h:14
Factory provides a way to create mazes.
Definition factory.h:20
static std::optional< std::unique_ptr< maze > > create(configurator const &config) noexcept
Create a maze pointer.
Enumerations for the maze builder program.
Namespace for the maze builder.
Definition algo_interface.h:9