bb4 / bb4-puzzles

A Scala puzzle framework with generator and solver implementations for puzzles like Sudoku, Hi-Q, OneTough Puzzle, Tantrix, and others.
MIT License
2 stars 2 forks source link

Change maze implementation to use bb4-optimization lib #5

Open barrybecker4 opened 11 years ago

barrybecker4 commented 11 years ago

Currently the maze implementation uses a custom solver. There is no reason why it could not use a state space strategy (or some other search strategy) from the bb4-optimization library to solve.