scrambo
scrambo copied to clipboard
Puzzle Scramble Generator
It appears that the 2x2 scramble is a 3x3 scramble. In my example below they both return a similar-length scramble. The 2x2 should be shorter? **const cube3x3 = new Scrambo().type('333').seed(22223).get(1);...
I am using NestJS ``` import Scrambo from 'scrambo'; const scramble = new Scrambo().get(5); ``` Thanks!
As title says. Running a 6x6 or 7x7 scramble will use the same moveset as a 4x4 or 5x5 scramble. Fixing this may mean switching to different wide move notation...
New 222 and 333 adapters have code to render cubes but we only care about scrambles in this project. This will make the payload smaller and remove more responsibility away...
I really don't like the current API (wrote it a while ago). I'd prefer something more functional, the current implementation holds state which I'd want to avoid. It'd probably by...
Would mean if you're only using a certain scrambler etc it'd never get built.
Since most of the scramblers have been ported form a different language there's a lot of patterns that are not very idiomatic of JavaScript. Also we have a ton of...
https://github.com/semantic-release/semantic-release