zaidmukaddam/rubiks-cube-solver — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple browser Rubik's Cube solver like the linked project. I want a visual cube on the page that starts with the normal colors, front blue, back green, left orange, right red, up yellow, down white. Let me scramble it, reset it, and type in cube moves using the usual letters like U, R, F, and lowercase for reverse turns.

The main goal is that I can press solve and get a clear list of moves to solve the cube. Include both a beginner layer by layer solve option and a faster two phase solve option if possible. It should also let me play the solution back on the cube so I can see each turn happen, not just read the text.

Keep it as a clean HTML, CSS, and JavaScript web app that can run from a static page. Look up current docs online if you need to.

Want more depth? Deep Reverse