An investigation of cycles on the Rubiks Cube.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid eb7a5f54f5 commit stale fixes to sequence_order.py 6 years ago
docs add a simple halo werld page 7 years ago
LICENSE add MIT license 7 years ago
README.md remove typo 7 years ago
manual_order.py Add final, cleaned up versions of scripts used for blog post. 7 years ago
perms.py Add final, cleaned up versions of scripts used for blog post. 7 years ago
sequence_order.py commit stale fixes to sequence_order.py 6 years ago

README.md

Rubiks Cube: Cycles

An investigation into cycles on 3x3 and 4x4 Rubiks Cubes.

Uses this library: dwalton76/rubiks-cube-NxNxN-solver

Files:

  • manual_order.py - manually apply sequences to cubes to determine their order.

  • perms.py - provide supporing functions to manual_order.py to find rotational permutations of a move sequence.

  • sequence_order.py - use tuples and tuple factoring to determine the order of a move sequence.