muodov / kociemba

A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
GNU General Public License v2.0
566 stars 126 forks source link

Add ability to solve() to a given pattern #14

Closed ansiwen closed 8 years ago

ansiwen commented 8 years ago

Second attempt, this time with C implementation as well. Solves #6 and #13. Replaces #8.

ansiwen commented 8 years ago

What are the policies for master vs. develop branch? Do you want new things in general be committed into develop branch now? Then I can rebase this.

muodov commented 8 years ago

I prefer doing it "git flow"-way. So develop is the main working branch, and all feature-X branches get merged there. To create a new release, I start a release-N branch based on develop, update changelog/readme/etc and then merge it into develop and master with a tag. So master always contains the latest "stable" release, and develop contains a "nightly" state.

muodov commented 8 years ago

Looks good to me except for that typo. Just create a PR against develop branch and I'll merge it. Too bad this feature is still not available in GitHub.