Cube Graph is an interactive web tool designed to represent the states and movements of a Rubik’s Cube using graph theory. A key feature of this project is that the cube cannot be manipulated directly; instead, all movements are executed exclusively by interacting with the graph structure. The main goal is to demystify and simplify the solving process by translating the cube’s algorithmic complexity into a visual and intuitive interface.
Through this visualization, it is possible to analyze how each turn affects the overall structure, turning a classic puzzle into a practical exercise in data structures and transition algorithms.
2 Likes