/RBX

Primary LanguageTypeScript

RBX, a simple TypeScript rubiks cube solver.

The solver is based on matt2uy's Arduino Cube-Solver. And the 3d cube is taken from brickmaker's Three.js Rubiks Cube.

Usage

yea it not done yet so no

Transpile

  1. Clone the repository
  2. Cd into the directory
  3. Run yarn install
  4. run yarn build
  5. A 'dist' directory should have appeared in the repo. Point your browser to that 'dist' directory to view the website locally.
  • If yarn isn't installed on your system install node.js.
  • If it still doesn't work run npm install -g yarn