Skip to content

Speed Cube scrambler code for various programming languages

License

Notifications You must be signed in to change notification settings

DigitalRogues/CubeScramblers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube Scramblers

A collection of scrambling algorithms for various programming languages that I have written for one reason or another.

  • Lua
    • used in a World of Warcraft addon
  • Swift
  • Rust
    • built as a p.o.c. learning rust, was going to use it in a terminal cli app, but never finished building it.

They all follow the same general pattern:

  • create the moves
  • check the move with a previous move if available, to make sure they dont match
  • more complicated checks for seeing if the move matches a twice previous move.
  • output to 5 strings of 5 moves each