Skip to content

MasonDarcy/RubiksCubeVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubik's Cube Visualization

live demo: https://mdar-rubikscube.herokuapp.com/

This is an interactive simulation of a 3x3x3 Rubik's cube, with the following features.

  • State randomization
  • Automatic solving
  • Rotatable cube on two axes
  • Mutate slice in any direction with mouse drag

GIF example (fps faster in browser) alt text

Implementation

This visualization is implemented in pure CSS and React.js.

Dependencies

The algorithm used to solve the cube is Kociemba's two-phase algorithm, implemented by the cubejs package. https://github.com/ldez/cubejs

About

Simulation of Rubix Cube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published