sraaphorst / spelunker

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

Turn GridColouring into an iterable class #61

Open sraaphorst opened 6 years ago

sraaphorst commented 6 years ago

Refactor GridColouring to offer a begin and an end method so that it can be used with for range based loops.