GitHub

cpl121/slide-cube-3d

├── components │ ├── GameCanvas.tsx # 3D scene and raycasting logic │ └── UIControls.tsx # Buttons, timer, and move counter ├── hooks │ ├── usePuzzle.ts # Board logic: generate, shuffle, undo │ └── ...