Skip to content

zimyang/Rubiks-Cube-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubiks-Cube-Solver

Description

Rubiks-Cube-Solver can solve N x N cubes with Kociemba algorithm, where N ranges from 2 to 15.

How to use it?

1.After installation of NodeJS and npm, install package using package.json in the project directory.

npm install

2.Start the client.

npm start

3.cd to ./rubiksCubeServer and run the server by

python3 app.py

Examle

Cube 3x3

Cube 3x3

Cube 4x4

Cube 4x4

Cube 5x5

Cube 5x5