A simple twisty puzzle scramble library, written in Elixir.
Currently supports puzzle types
- 2x2 - 7x7
- Skewb
- Pyraminx
- Megaminx
Please note: Generated scrambles are not checked for WCA compliance. For any kind of WCA-compliant scrambles, use TNoodle.
Source | Docs | API Reference
iex> Whisk.scramble("3x3")
"L F2 U R D B U2 R F' R F R2 D2 B R' B' D R B U"
def deps do
[
{:whisk, "~> 0.1.0"}
]
end
- Inspired by the Scrambler gem, written by @timhabermaas
- Thanks Lou for the name idea :)