slammayjammay / rubiks-cube-solver

Outputs a solution using the Fridrich Method for a given cube state.
MIT License
5 stars 6 forks source link

Example of how to return the four phases #4

Closed nleslie2408 closed 3 years ago

nleslie2408 commented 3 years ago

This isn't necessarily an issue, but without an example of how to return the four key phases, I'm not sure how to do so. It might be simple but I can't figure it out.

slammayjammay commented 3 years ago

@nleslie2408 I updated the readme usage section to show an example

nleslie2408 commented 3 years ago

Thanks for the quick response I appreciate it.