Wimmel-Suchspiel: finde 3 versteckte Fuesse in einer randvollen Szene. - Node/Express-Server generiert Szenen prozedural aus einer gemeinsamen Library (library/props = Deko, library/feet = Fuesse); Spezial-Level (emoji) unter scenes/ - Serverseitige Trefferpruefung (nicht per DOM austrickbar) - Frontend rendert die Szene als ein Bild -> fluessiges Zoom/Pan (panzoom) - Dark Mode, kein Start-Screen, Installationsskript + Deploy-Doku (Proxmox LXC) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
505 B
XML
8 lines
505 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<ellipse cx="50" cy="55" rx="30" ry="20" fill="#ff5a3c"/>
|
|
<circle cx="40" cy="50" r="4" fill="#26193f"/><circle cx="60" cy="50" r="4" fill="#26193f"/>
|
|
<path d="M22 55 C10 45 8 60 16 66 M78 55 C90 45 92 60 84 66" stroke="#ff5a3c" stroke-width="7"
|
|
fill="none" stroke-linecap="round"/>
|
|
<path d="M28 72 L18 82 M40 76 L34 88 M60 76 L66 88 M72 72 L82 82" stroke="#ff5a3c"
|
|
stroke-width="5" stroke-linecap="round"/></svg>
|