README.md

# Whisk

A simple twisty puzzle scramble library, written in Elixir.

Currently supports puzzle types
- 2x2 - 7x7
- Skewb

**Please note:** Generated scrambles are not checked for WCA compliance. For any kind of WCA-compliant scrambles, use [TNoodle](https://www.worldcubeassociation.org/regulations/scrambles/).

[Docs](https://hexdocs.pm/whisk) | [API Reference](https://hexdocs.pm/whisk/Whisk.html)

## Usage

```elixir
iex> Whisk.scramble("3x3")
"L F2 U R D B U2 R F' R F R2 D2 B R' B' D R B U"
```

## Installation

```elixir
def deps do
  [
    {:whisk, "~> 0.0.1"}
  ]
end
```

## Acknowledgements
* Inspired by the [Scrambler gem](https://github.com/timhabermaas/scrambler), written by [@timhabermaas](https://github.com/timhabermaas)
* Thanks Lou Whiting for the name idea :)