Skip to content

cubing/jsss

deprecated
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 

⛔️ Javascript Solver/Scrambler Suite ⛔️

⛔️ Do not use this project. It consists of unlicensed code with many authors, so it falls into a legal gray area at best.

In addition, it has significant issues, such as:

  • Blocking the entire page while generating scrambles: no scrolling, no other calculations at the same time.
  • Incorrect and unfiltered scrambles for some events.

✅ Use cubing.js instead ✅

<script type="module">
  import { randomScrambleForEvent } from "https://cdn.cubing.net/js/cubing/scramble";

  const scramble = await randomScrambleForEvent("333");
  scramble.log();
</script>

About

⛔️ Deprecated — use cubing.js instead! (was: Javascript Solver/Scrambler Suite)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published