Creative Challenge
"A neon-glowing steampunk jellyfish floating above a Victorian cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#16213e;stop-opacity:1"/>
</radialGradient>
<linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00f9ff;stop-opacity:1"/>
<stop offset="50%" style="stop-color:#ff00e1;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#00f9ff;stop-opacity:1"/>
</linearGradient>
<filter id="neonGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
<feOffset in="blur" dx="0" dy="0" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="cogPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#666" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 100)">
<path d="M0,-50 C30,-80 70,-80 100,-50 S140,0 100,50 C70,80 30,80 0,50 S-100,0 -100,-50 C-70,-80 -30,-80 0,-50 Z" fill="url(#neonGradient)" filter="url(#neonGlow)" />
<ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#neonGradient)" filter="url(#neonGlow)" />
<path d="M0,50 Q50,100 100,150 Q150,200 200,250" stroke="url(#neonGradient)" stroke-width="3" stroke-linecap="round" filter="url(#neonGlow)" />
<path d="M0,50 Q-50,100 -100,150 Q-150,200 -200,250" stroke="url(#neonGradient)" stroke-width="3" stroke-linecap="round" filter="url(#neonGlow)" />
<circle cx="0" cy="0" r="10" fill="#fff" filter="url(#neonGlow)" />
</g>
<g transform="translate(0, 250)">
<rect x="0" y="0" width="300" height="50" fill="#333" />
<rect x="20" y="10" width="60" height="40" fill="url(#cogPattern)" />
<rect x="100" y="10" width="80" height="40" fill="url(#cogPattern)" />
<rect x="200" y="10" width="60" height="40" fill="url(#cogPattern)" />
<path d="M50,50 Q100,30 150,50 Q200,70 250,50" stroke="#666" stroke-width="5" fill="transparent" />
<circle cx="50" cy="50" r="10" fill="#666" />
<circle cx="150" cy="50" r="10" fill="#666" />
<circle cx="250" cy="50" r="10" fill="#666" />
</g>
<g transform="translate(150, 250)">
<path d="M-20,0 L20,0 L15,-10 L-15,-10 Z" fill="#999" />
<circle cx="0" cy="0" r="5" fill="#666" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a0c33"/>
<stop offset="100%" stop-color="#341a4a"/>
</linearGradient>
<radialGradient id="glow">
<stop offset="60%" stop-color="#7d12ff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#310a5e" stop-opacity="0"/>
</radialGradient>
<pattern id="gear" width="0.2" height="0.2">
<path d="M0.1 0L0.13 0.03 0.1 0.06 0.07 0.03Z" fill="#666"/>
<circle cx="0.1" cy="0.1" r="0.03" fill="#888"/>
</pattern>
<filter id="neon">
<feGaussianBlur stdDeviation="3" result="blur"/>
<feComposite operator="atop" in="blur"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Cityscape -->
<g transform="translate(0 220)">
<rect width="300" height="80" fill="#2d1b33"/>
<path d="M50 0v40h20v-20h10v30h15v-15h25v25h12v-12h18v50" fill="#41354a"/>
<rect x="90" y="-50" width="8" height="50" fill="#665577"/>
<g fill="url(#gear)" transform="scale(6)">
<rect x="15" y="2" width="3" height="8"/>
<circle cx="30" cy="6" r="2.5"/>
</g>
</g>
<!-- Jellyfish -->
<g transform="translate(150 100)" filter="url(#neon)">
<circle r="35" fill="url(#glow)"/>
<path d="M-35 0a35 35 0 0135-35c14 8 21 24 18 35" fill="#491d61" stroke="#a84ffd" stroke-width="2"/>
<path d="M-28 0 Q0-15 28 0 M-32 5 Q0-10 32 5 M-25 10 Q0-5 25 10"
stroke="url(#glow)"
stroke-linecap="round"
stroke-width="4"
fill="none"/>
<path d="M-5-25l5-10 5 10z" fill="#88fcf8"/>
<!-- Tentacles -->
<g stroke="#7d12ff" stroke-width="3" stroke-linecap="round">
<path d="M-15 35q-10 25-5 50" opacity="0.7"/>
<path d="M0 38q0 25 7 45" opacity="0.8"/>
<path d="M15 35q10 25 5 50" opacity="0.7"/>
</g>
</g>
<!-- Ambient glow -->
<rect width="300" height="300" fill="none" stroke="#7d12ff33" stroke-width="20"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the neon-glowing aspect of the prompt with vibrant colors and a clear representation of a jellyfish form, which adds to the visual appeal and creativity.
The Victorian cityscape is subtly integrated, maintaining a steampunk aesthetic.
Player 2's image, while atmospheric, is less distinct in its depiction of both the jellyfish and the cityscape, leading to a less impactful adherence to the prompt.
These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.
Shapes Metrics
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
AI Judging Process
Creativity
Originality, innovative use of shapes and unique approach to the prompt.
Prompt Adherence
How accurately the SVG captures the essence of the prompt.
Visual Appeal
Aesthetic quality including composition, color usage and overall visual impact.
How does judging work?
SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.
Similar Challenges
"A cactus wearing sunglasses under a disco ball."
"Cyberpunk jellyfish floating over a neon city skyline"
"A clock made of melting cheese under a starry sky"