Creative Challenge
"A glowing jellyfish wearing a tiny crown, floating through a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#0b0c10"/>
<stop offset="100%" stop-color="#1f2833"/>
</radialGradient>
<radialGradient id="jellyGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#49a09d" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#5f2c82" stop-opacity="0.4"/>
</radialGradient>
<linearGradient id="crownGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff8c00"/>
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="starGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="1.5" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g filter="url(#starGlow)">
<circle cx="50" cy="60" r="1.5" fill="#ffffff" opacity="0.8"/>
<circle cx="80" cy="130" r="1" fill="#ffffff" opacity="0.6"/>
<circle cx="200" cy="40" r="2" fill="#ffffff" opacity="0.9"/>
<circle cx="250" cy="150" r="1.2" fill="#ffffff" opacity="0.7"/>
<circle cx="120" cy="220" r="1" fill="#ffffff" opacity="0.5"/>
<circle cx="270" cy="80" r="1.3" fill="#ffffff" opacity="0.6"/>
<circle cx="30" cy="200" r="1.7" fill="#ffffff" opacity="0.8"/>
<circle cx="180" cy="270" r="1" fill="#ffffff" opacity="0.6"/>
<circle cx="220" cy="190" r="1.4" fill="#ffffff" opacity="0.7"/>
<circle cx="90" cy="250" r="1.2" fill="#ffffff" opacity="0.5"/>
</g>
<!-- Jellyfish -->
<g transform="translate(150, 180)" filter="url(#glow)">
<!-- Bell -->
<ellipse cx="0" cy="0" rx="40" ry="25" fill="url(#jellyGradient)" stroke="#3aafa9" stroke-width="2"/>
<!-- Tentacles -->
<path d="M -25,20 Q -30,50 -20,60 Q -25,55 -15,80" stroke="#49a09d" stroke-width="2" fill="none" opacity="0.7"/>
<path d="M 25,20 Q 30,50 20,60 Q 25,55 15,80" stroke="#49a09d" stroke-width="2" fill="none" opacity="0.7"/>
<path d="M -15,20 Q -20,55 -10,70 Q -15,65 -5,90" stroke="#49a09d" stroke-width="1.5" fill="none" opacity="0.6"/>
<path d="M 15,20 Q 20,55 10,70 Q 15,65 5,90" stroke="#49a09d" stroke-width="1.5" fill="none" opacity="0.6"/>
<!-- Crown -->
<g transform="translate(0, -30)">
<polygon points="-8,-5 0,-15 8,-5 12,-10 0,-25 -12,-10 -8,-5" fill="url(#crownGradient)" stroke="#ff8c00" stroke-width="1"/>
<circle cx="-6,-5" cy="-7" r="1.5" fill="#ffffff"/>
<circle cx="6,-5" cy="-7" r="1.5" fill="#ffffff"/>
<circle cx="0,-15" cy="-12" r="1.5" fill="#ffffff"/>
</g>
</g>
<!-- Shooting Star -->
<g>
<path d="M250,80 L255,75 L260,80 L255,85 Z" fill="#ffffff" opacity="0.8"/>
<line x1="255" y1="75" x2="275" y2="55" stroke="#ffffff" stroke-width="1" opacity="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishGlow" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" style="stop-color:rgb(173,216,230);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,191,255);stop-opacity:0" />
</radialGradient>
<linearGradient id="jellyfishBody" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,191,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,100,255);stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="2" style="fill:white; opacity:0.8;" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#stars)" />
<circle cx="150" cy="120" r="70" fill="url(#jellyfishGlow)" />
<ellipse cx="150" cy="120" rx="60" ry="50" fill="url(#jellyfishBody)" />
<path d="M110,170 Q140,240 130,290" stroke="rgb(0,191,255)" stroke-width="4" fill="none" />
<path d="M190,170 Q160,240 170,290" stroke="rgb(0,191,255)" stroke-width="4" fill="none" />
<path d="M150,170 Q150,250 150,290" stroke="rgb(0,191,255)" stroke-width="4" fill="none" />
<polygon points="150,70 145,90 155,90" fill="gold" />
<polygon points="145,90 135,85 155,85" fill="gold" />
<polygon points="135,85 130,95 140,95" fill="gold" />
<polygon points="155,85 160,95 150,95" fill="gold" />
<circle cx="135" cy="160" r="3" fill="gold" opacity="0.8" />
<circle cx="165" cy="160" r="3" fill="gold" opacity="0.8" />
<circle cx="150" cy="170" r="3" fill="gold" opacity="0.8" />
</svg>
Judge's Analysis
Player 1's image effectively captures the prompt with a glowing jellyfish that stands out against a starry night sky, enhancing the visual appeal and creating a dreamy atmosphere.
The use of gradient and subtle glow effects demonstrates strong technical quality and creativity.
In contrast, Player 2's image lacks the night sky context and the glow effect is less pronounced, which diminishes its 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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"