galustian / rubiks-cube-2x2-solver

2x2 Rubik's Cube solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2x2 Rubik's Cube solver

Using Breadth-First search to find the optimal solution for a scramble. The only problem is javascript; it stops execution if the scramble takes too long to solve... There are still some optimizations to make... To try, run

python -m http.server

or some other server in the main directory.

About

2x2 Rubik's Cube solver


Languages

Language:JavaScript 90.5%Language:CSS 6.8%Language:HTML 2.7%