以自行編寫的物理模擬呈現 3D 魯布・戈德堡連鎖機關。彈珠啟動骨牌,接著帶動蹺蹺板、吊桶、滑輪與搖鐘,最後升起旗幟。
開啟頁面後動畫會自動播放。鏡頭跟隨機關動作;旗幟升起後短暫停留,再自動重置重播。無需操作。
需要支援 WebGL2 的瀏覽器與硬體加速。畫面以 1280×720 錄影比例設計;低效能裝置可能掉幀。
介面語言: en
Build a 3D Rube Goldberg machine that runs itself, as a single self-contained index.html in the current directory. The chain, in order: 1. A marble is released at the top and rolls down a series of zig-zag ramps. 2. It knocks over a line of at least 12 dominoes. 3. The last domino tips a seesaw, which launches a small ball into a hanging bucket. 4. The bucket's weight pulls it down; its rope runs over a pulley and yanks a bell, which visibly swings. 5. The same motion raises a flag up a pole. The flag reaching the top is the finish. Rules: - Write the physics yourself: no physics library. Every motion after the marble is released must come from your simulation (rigid bodies, collisions, constraints, rope/pulley). No keyframed animation or tweened motion of any machine part. - You may load three.js from a CDN for rendering. Nothing else external: no images, models, or fonts. - It must run with no user input: start automatically on page load, use a cinematic camera that follows the action, and complete the whole chain in about 15–20 seconds. After the flag is up, hold for 2 seconds, then reset and replay. - Deterministic: fixed timestep and no unseeded randomness, so every run looks the same. - Fill the browser window. It will be screen-recorded at 1280×720. - No on-screen text or UI of any kind. - Make it look good: lighting, shadows, materials, and a setting that makes it feel like a real contraption.