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
422 B
XML
8 lines
422 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<path d="M35 45 L50 88 L65 45 Z" fill="#e6a86b"/>
|
|
<path d="M35 45 L65 45 M40 55 L58 55 M45 65 L55 65" stroke="#a9744a" stroke-width="2"/>
|
|
<circle cx="42" cy="40" r="13" fill="#ff9ecb"/>
|
|
<circle cx="58" cy="40" r="13" fill="#8ee0c0"/>
|
|
<circle cx="50" cy="30" r="13" fill="#ffe08a"/>
|
|
<circle cx="50" cy="20" r="3" fill="#ff5a5f"/></svg>
|