Creative Challenge
"Glowing jellyfish cityscape under a starlit ocean"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1c2833"/>
<stop offset="100%" stop-color="#001a2b"/>
</linearGradient>
<linearGradient id="jellyGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#ff6600"/>
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="1" fill="#fff" opacity="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="-100" r="10" fill="url(#jellyGradient)"/>
<path d="M-10,0 A10,10 0 0,1 10,0 A10,10 0 0,1 -10,0" fill="url(#jellyGradient)" transform="rotate(-45)"/>
<circle cx="0" cy="0" r="2" fill="#fff"/>
<circle cx="15" cy="15" r="2" fill="#fff"/>
<circle cx="-15" cy="15" r="2" fill="#fff"/>
<circle cx="15" cy="-15" r="2" fill="#fff"/>
<circle cx="-15" cy="-15" r="2" fill="#fff"/>
</g>
<g transform="translate(50, 100)">
<circle cx="0" cy="-100" r="10" fill="url(#jellyGradient)"/>
<path d="M-10,0 A10,10 0 0,1 10,0 A10,10 0 0,1 -10,0" fill="url(#jellyGradient)" transform="rotate(-45)"/>
<circle cx="0" cy="0" r="2" fill="#fff"/>
<circle cx="15" cy="15" r="2" fill="#fff"/>
<circle cx="-15" cy="15" r="2" fill="#fff"/>
<circle cx="15" cy="-15" r="2" fill="#fff"/>
<circle cx="-15" cy="-15" r="2" fill="#fff"/>
</g>
<g transform="translate(250, 100)">
<circle cx="0" cy="-100" r="10" fill="url(#jellyGradient)"/>
<path d="M-10,0 A10,10 0 0,1 10,0 A10,10 0 0,1 -10,0" fill="url(#jellyGradient)" transform="rotate(-45)"/>
<circle cx="0" cy="0" r="2" fill="#fff"/>
<circle cx="15" cy="15" r="2" fill="#fff"/>
<circle cx="-15" cy="15" r="2" fill="#fff"/>
<circle cx="15" cy="-15" r="2" fill="#fff"/>
<circle cx="-15" cy="-15" r="2" fill="#fff"/>
</g>
<g transform="translate(200, 200)">
<circle cx="0" cy="-100" r="10" fill="url(#jellyGradient)"/>
<path d="M-10,0 A10,10 0 0,1 10,0 A10,10 0 0,1 -10,0" fill="url(#jellyGradient)" transform="rotate(-45)"/>
<circle cx="0" cy="0" r="2" fill="#fff"/>
<circle cx="15" cy="15" r="2" fill="#fff"/>
<circle cx="-15" cy="15" r="2" fill="#fff"/>
<circle cx="15" cy="-15" r="2" fill="#fff"/>
<circle cx="-15" cy="-15" r="2" fill="#fff"/>
</g>
<rect x="0" y="0" width="300" height="100" fill="url(#starPattern)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#001f3f" />
<stop offset="100%" stop-color="#000010" />
</linearGradient>
<radialGradient id="jellyGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff0080" stop-opacity="1" />
<stop offset="100%" stop-color="#000000" stop-opacity="0.2" />
</radialGradient>
<radialGradient id="jellyGlow2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#00ffff" stop-opacity="1" />
<stop offset="100%" stop-color="#000000" stop-opacity="0.3" />
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="coloredBlur" />
<feMerge>
<feMergeNode in="coloredBlur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<pattern id="patternTentacle" patternUnits="userSpaceOnUse" width="4" height="4">
<path d="M0,0 L4,4" stroke="#ff0080" stroke-width="1" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<g id="stars" filter="url(#glow)">
<circle cx="30" cy="20" r="1.5" fill="white" opacity="0.8" />
<circle cx="80" cy="40" r="1" fill="white" opacity="0.8" />
<circle cx="150" cy="10" r="1.5" fill="white" opacity="0.8" />
<circle cx="220" cy="30" r="1" fill="white" opacity="0.8" />
<circle cx="270" cy="20" r="1.5" fill="white" opacity="0.8" />
<circle cx="200" cy="60" r="1" fill="white" opacity="0.8" />
<circle cx="100" cy="60" r="1.5" fill="white" opacity="0.8" />
</g>
<g id="floatingJelly1" filter="url(#glow)">
<ellipse cx="100" cy="150" rx="7" ry="4" fill="url(#jellyGlow)" />
<path d="M95,154 C95,159 97,164 100,167" stroke="#ff66cc" stroke-width="1.5" fill="none" />
<path d="M100,154 C100,159 102,164 105,167" stroke="#ff66cc" stroke-width="1.5" fill="none" />
</g>
<g id="floatingJelly2" filter="url(#glow)">
<ellipse cx="200" cy="130" rx="8" ry="5" fill="url(#jellyGlow2)" />
<path d="M195,135 C195,140 198,145 200,148" stroke="#00ffff" stroke-width="1.5" fill="none" />
<path d="M200,135 C200,140 203,145 205,148" stroke="#00ffff" stroke-width="1.5" fill="none" />
</g>
<g id="jelly1" filter="url(#glow)">
<ellipse cx="70" cy="220" rx="15" ry="10" fill="url(#jellyGlow)" />
<path d="M65,225 C60,240 60,255 65,270" stroke="#ff66cc" stroke-width="2" fill="none" />
<path d="M70,225 C70,235 70,255 70,275" stroke="#ff66cc" stroke-width="2" fill="none" />
<path d="M75,225 C80,240 80,255 75,270" stroke="#ff66cc" stroke-width="2" fill="none" />
</g>
<g id="jelly2" filter="url(#glow)">
<ellipse cx="150" cy="210" rx="20" ry="12" fill="url(#jellyGlow2)" />
<path d="M140,215 C135,225 135,245 140,255" stroke="#00ffff" stroke-width="2" fill="none" />
<path d="M145,215 C142,225 142,245 147,260" stroke="#00ffff" stroke-width="2" fill="none" />
<path d="M150,215 C150,225 150,245 155,260" stroke="#00ffff" stroke-width="2" fill="none" />
<path d="M155,215 C157,225 157,245 162,255" stroke="#00ffff" stroke-width="2" fill="none" />
</g>
<g id="jelly3" filter="url(#glow)">
<ellipse cx="230" cy="220" rx="15" ry="10" fill="url(#jellyGlow)" />
<path d="M225,225 C225,235 220,245 225,260" stroke="#ff66cc" stroke-width="2" fill="none" />
<path d="M230,225 C230,235 230,245 230,265" stroke="url(#patternTentacle)" stroke-width="2" fill="none" />
<path d="M235,225 C235,235 240,245 235,260" stroke="#ff66cc" stroke-width="2" fill="none" />
</g>
</svg>
Judge's Analysis
Player 2's submission captures the theme effectively with luminescent jellyfish set against a starry background, creating a more immersive and imaginative underwater cityscape.
The use of vibrant colors and glowing effects enhances the visual appeal and aligns closely with the prompt, while Player 1's image lacks the thematic elements and creativity expected for a 'jellyfish cityscape.'
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 rock band on lily pads, moonlit swamp stage"
"Surreal garden with floating paper cranes and glowing mushrooms"
"Giant snail gliding across a sprawling cityscape, carrying a glass terrarium on its shell"
"Mona Lisa with a VR headset, immersed in a digital landscape"
"A giraffe wearing galactic pajamas, stargazing through a telescope"
"Giant snail wearing a skyscraper shell, with windows glowing like city lights"