• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

Cube3x3x3 source code

Joined
Sep 3, 2017
Messages
105
Location
USA
I have uploaded the source of a little cube utility program Cube3x3x3 to GitHub. The program has no particular use for speed solvers. It features a optimal solver in the q-turn metric and routines for converting cube positions into facelet permutations for use with GAP. I offer the package mainly for programmers who may be interested in how I have modeled the Cube and the Rubik's Cube group. The source is an Xcode project in Objective C for MacOS.

cube3x3x3.jpg
 

abunickabhi

Member
Joined
Jan 9, 2014
Messages
6,682
Location
Yo
WCA
2013GHOD01
YouTube
Visit Channel
I have uploaded the source of a little cube utility program Cube3x3x3 to GitHub. The program has no particular use for speed solvers. It features a optimal solver in the q-turn metric and routines for converting cube positions into facelet permutations for use with GAP. I offer the package mainly for programmers who may be interested in how I have modeled the Cube and the Rubik's Cube group. The source is an Xcode project in Objective C for MacOS.

View attachment 18250
Thanks for sharing. I just starred the repo. Good work on making these codes public!
 
Top