sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Add listeners / publishing #6

Open sraaphorst opened 6 years ago

sraaphorst commented 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.

This will be done with the Boost Signals2 library.