|
Maze Builder Docs 7.5.6
|
Stringify algorithm for maze representation. More...
#include <stringify.h>
Public Member Functions | |
| virtual bool | run (grid_interface *g, randomizer &rng) const noexcept override |
| Run the stringify algorithm. | |
Public Member Functions inherited from mazes::algo_interface | |
Stringify algorithm for maze representation.
|
overridevirtualnoexcept |
Run the stringify algorithm.
| g | The grid to stringify |
| rng | The randomizer to use |
Implements mazes::algo_interface.