Odilf / barbarosa

A rubik's cube library
GNU General Public License v3.0
1 stars 0 forks source link

Implement CFOP #26

Open Odilf opened 1 year ago

Odilf commented 1 year ago

Sounds fun and also it would be nice to be able to solve an arbitrary 3x3 (but not even close to optimally).

To do this I need to detect the various phases of CFOP and also it would be just a solver, not a searcher; so I should create a Solver trait and make Searcher a subtrait of Solver