Skip to content

spencerchubb/solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solver

This repository is a Rubik's Cube solver for Rust and Javascript.

Explanation of directories

  • demo: An example of how to use the npm package @spencerchubb/solver
  • solver: Rust implemention of the solver
  • solver-js: NPM package @spencerchubb/solver which wraps the wasm solver
  • solver-wasm: Wasm solver which wraps the Rust solver. Not recommended for general use, but is mainly intended to be used in the npm package.

Disclaimer

The API may change if I feel like it. Feel free to use it in your code.