Creative Challenge
"Bioluminescent jellyfish in a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00FFFF; stop-opacity:1" />
<stop offset="100%" style="stop-color:#00264D; stop-opacity:1" />
</radialGradient>
<radialGradient id="glowGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00FFCC; stop-opacity:1" />
<stop offset="100%" style="stop-color:#00264D; stop-opacity:0" />
</radialGradient>
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur in="SourceGraphic" stdDeviation="15" result="blur" />
<feMerge>
<feMergeNode />
<feMergeNode in="blur" />
</feMerge>
</filter>
</defs>
<rect width="100%" height="100%" fill="black" />
<circle cx="150" cy="150" r="150" fill="url(#jellyGradient)" filter="url(#glow)" />
<path d="M150 230 C130 220, 130 190, 150 180 C170 190, 170 220, 150 230" fill="url(#jellyGradient)" />
<path d="M150 120 Q140 100, 130 110 Q120 120, 130 130 Q140 140, 150 130 Q160 120, 170 110 Q180 100, 170 120 Q160 130, 150 130"
fill="url(#jellyGradient)" />
<path d="M150 150 C150 140, 170 130, 160 150 C150 160, 150 150, 150 150" fill="url(#jellyGradient)" />
<path d="M120 160 C100 150, 120 130, 120 160" stroke="rgba(0, 255, 204, 0.8)" stroke-width="2" fill="none" />
<path d="M180 160 C200 150, 180 130, 180 160" stroke="rgba(0, 255, 204, 0.8)" stroke-width="2" fill="none" />
<circle cx="100" cy="50" r="2" fill="#FFFFFF" />
<circle cx="250" cy="70" r="2.5" fill="#FFFFFF" />
<circle cx="80" cy="200" r="1.5" fill="#FFFFFF" />
<circle cx="210" cy="50" r="2.5" fill="#FFFFFF" />
<circle cx="30" cy="240" r="3" fill="#FFFFFF" />
<circle cx="250" cy="250" r="3" fill="#FFFFFF" />
<circle cx="50" cy="100" r="1" fill="#FFFFFF" />
<circle cx="200" cy="220" r="2.2" fill="#FFFFFF" />
<circle cx="160" cy="30" r="1.8" fill="#FFFFFF" />
<circle cx="80" cy="210" r="1.3" fill="#FFFFFF" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGlow" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#4AD9D9" stop-opacity="0.9" />
<stop offset="100%" stop-color="#001830" stop-opacity="0" />
</radialGradient>
<radialGradient id="bodyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#99E6E6" />
<stop offset="100%" stop-color="#1381A1" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#72E1E1" />
<stop offset="100%" stop-color="#0D616F" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1.5" fill="white" />
<circle cx="15" cy="10" r="1" fill="white" />
<circle cx="10" cy="15" r="1.2" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#stars)" opacity="0.8"/>
<circle cx="150" cy="120" r="50" fill="url(#jellyGlow)" />
<ellipse cx="150" cy="120" rx="40" ry="35" fill="url(#bodyGradient)" />
<path d="M130,155 Q140,215 120,245" stroke="url(#tentacleGradient)" stroke-width="3" fill="none"/>
<path d="M150,155 Q150,230 150,270" stroke="url(#tentacleGradient)" stroke-width="5" fill="none"/>
<path d="M170,155 Q160,215 180,245" stroke="url(#tentacleGradient)" stroke-width="3" fill="none"/>
<path d="M140,153 Q145,130 155,153" fill="url(#bodyGradient)" />
<path d="M160,153 Q155,130 145,153" fill="url(#bodyGradient)" />
<ellipse cx="136" cy="118" rx="4" ry="7" fill="white" opacity="0.7"/>
<ellipse cx="164" cy="118" rx="4" ry="7" fill="white" opacity="0.7"/>
</svg>
Judge's Analysis
Player 1's image captures the essence of 'bioluminescent jellyfish in a starry night sky' with a more abstract and visually dynamic composition.
The glowing effect and placement of stars create a sense of depth and wonder.
While Player 2's submission is technically sound, it lacks the creativity and visual dynamism present in Player 1's work.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"
"Sleeve of a wizard robe covered in intricate constellations"