sraaphorst / spelunker

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

Implement maze solvers #24

Open sraaphorst opened 6 years ago

sraaphorst commented 6 years ago

Some resources here:

https://github.com/theJollySin/mazelib/blob/master/docs/MAZE_SOLVE_ALGOS.md

sraaphorst commented 6 years ago

What would be really great would be if we could implement these in such a way that they are applicable to AbstractMaze instead of to Maze and ThickMaze independently. Perhaps a wallAt(Position) would do the trick?