For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation
← All WebMCP apps

Cubecade

Author: OpenAI

An arcade-style 3D puzzle cube with agent controls.

Cubecade app screenshot

Description

Rotate a 3D puzzle cube by hand or ask ChatGPT to solve it. Watch queued moves animate on the same cube.

How it uses WebMCP

ChatGPT can inspect every face of the cube, plan a solution, and send a sequence of moves that plays out on screen. WebMCP turns the puzzle into something the agent can reason about and manipulate while you watch.

Site tools

Build notes

Initial prompt

Create an arcade-style @Sites experience centered on a spinning 3D cube puzzle. Support buttons and direct drag gestures for legal row or face rotations. Add WebMCP tools that can read the complete puzzle state and accept an array of moves, queueing and animating them quickly. Make it playful, visually distinctive, and suitable for both direct manipulation and agent-driven solving.

Iterations

  1. Created the initial site with ChatGPT.

  2. Adjusted the layout and placement of interface elements.

  3. Final step

    Refined the cube animation and drag gestures.

Related projects