1#ifndef WAVEFRONT_OBJECT_HELPER
2#define WAVEFRONT_OBJECT_HELPER
Interface for runnable algorithms.
Definition algo_interface.h:16
Interface for the grid class.
Definition grid_interface.h:20
Provides random-number generating capabilities.
Definition randomizer.h:17
Transform a maze into a Wavefront object string.
Definition wavefront_object_helper.h:13
virtual bool run(grid_interface *g, randomizer &rng) const noexcept override
Run the wavefront object helper algorithm.
Namespace for the maze builder.
Definition algo_interface.h:6