Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 744 Bytes

File metadata and controls

19 lines (14 loc) · 744 Bytes

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