Maze Builder Docs 6.0.1
|
Sidewinder algorithm for generating mazes. More...
#include <sidewinder.h>
Public Member Functions | |
bool | run (std::unique_ptr< grid_interface > const &g, const std::function< int(int, int)> &get_int, const std::mt19937 &rng) const noexcept override |
Implement the sidewinder maze generation algorithm. | |
![]() |
Sidewinder algorithm for generating mazes.
|
overridevirtualnoexcept |
Implement the sidewinder maze generation algorithm.
g | |
get_int | |
rng |
Implements mazes::algo_interface.