EL TEATRO DE LAS SOMBRAS

Mueve el mouse para manipular al soberano absoluto

", "css": "body{margin:0;background:#050505;color:#f0f0f0;font-family:'Courier New',monospace;overflow:hidden;}#stage{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;} .puppet{position:absolute;width:100px;height:200px;background:gold;clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);transition:transform 0.1s ease-out;z-index:10;cursor:none;}.head{width:60px;height:60px;background:red;margin:10px auto;border-radius:50%;}.strings{position:absolute;top:-100px;left:50%;width:2px;height:100px;background:#333;}.controls{position:absolute;bottom:50px;text-align:center;opacity:0.6;}", "js": "const puppet = document.getElementById('puppet'); document.addEventListener('mousemove', (e) =>