Open sraaphorst opened 6 years ago
Add a listener implementation for use by the MazeGenerator class and forthcoming MazeSolver class, and have those algorithms publish each step as they run.
MazeGenerator
MazeSolver
This will be done with the Boost Signals2 library.
Add a listener implementation for use by the
MazeGenerator
class and forthcomingMazeSolver
class, and have those algorithms publish each step as they run.This will be done with the Boost Signals2 library.