-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a WCA-approved scramble? #9
Comments
Yes |
Thanks! Would you consider publishing this module to npm? Something like: var scrambler = require('scramblersuite')['333'];
scrambler.getRandomScramble().scramble_string; |
something similar already exists on npm. https://www.npmjs.com/package/scrambo is (should be) a direct, unofficial port of jsss to node. Although to minimize repos to work on, I wonder if @lgarron might want this repo turned into a npm package to be published to npm? |
It would be great if you guys would be willing to do that. You kind of lose out on some functionality if you use the |
I'm unlikely to do this with I'm planning to make a better alternative some day, but it's low-priority for me. |
Thanks for the reply, I guess for now I'll just create another unofficial npm package that retains the Edit: Created scramby awhile back. |
If I do:
Will the
scramble_string
be a "random-state scramble" like they use at WCA? Thanks!The text was updated successfully, but these errors were encountered: