scramble

a 3x3x3 Rubik's Cube scramble generator
git clone git://nihaljere.xyz/scramble
Log | Files | Refs | README | LICENSE

README (283B)


      1 # Scramble
      2 
      3 A very simple CLI 3x3 Rubik's cube scrambler - because the only other one I could find was written in Javascript.
      4 
      5 This one just checks for typographical repetitions rather than checking if the same state appeared previously in the scramble. I might add it later though.