Creative Challenge
"Electric jellyfish with neon sunglasses under a starry sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#starry-sky)"/>
<linearGradient id="starry-sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#212121" stop-opacity="0.8"/>
<stop offset="0.5" stop-color="#343434" stop-opacity="0.6"/>
<stop offset="1" stop-color="#4d4d4d" stop-opacity="0.4"/>
</linearGradient>
<g id="stars">
<circle cx="150" cy="50" r="2" fill="#fff"/>
<circle cx="220" cy="70" r="1" fill="#fff"/>
<circle cx="80" cy="90" r="3" fill="#fff"/>
<circle cx="260" cy="110" r="2" fill="#fff"/>
<circle cx="190" cy="130" r="1" fill="#fff"/>
<circle cx="120" cy="150" r="3" fill="#fff"/>
<circle cx="240" cy="170" r="2" fill="#fff"/>
<circle cx="160" cy="190" r="1" fill="#fff"/>
<circle cx="100" cy="210" r="3" fill="#fff"/>
<circle cx="280" cy="230" r="2" fill="#fff"/>
</g>
<!-- Electric Jellyfish -->
<g id="jellyfish">
<circle cx="150" cy="200" r="40" fill="url(#jellyfish-body)"/>
<linearGradient id="jellyfish-body" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ff69b4" stop-opacity="0.8"/>
<stop offset="0.5" stop-color="#ffb6c1" stop-opacity="0.6"/>
<stop offset="1" stop-color="#ffc5c5" stop-opacity="0.4"/>
</linearGradient>
<circle cx="150" cy="200" r="30" fill="url(#jellyfish-glow)"/>
<radialGradient id="jellyfish-glow" cx="150" cy="200" r="30" fx="150" fy="200">
<stop offset="0" stop-color="#fff" stop-opacity="0.8"/>
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
<circle cx="150" cy="200" r="20" fill="#fff"/>
<g id="tentacles">
<path d="M150 200 L120 220" stroke="#fff" stroke-width="5"/>
<path d="M150 200 L180 220" stroke="#fff" stroke-width="5"/>
<path d="M150 200 L130 240" stroke="#fff" stroke-width="5"/>
<path d="M150 200 L170 240" stroke="#fff" stroke-width="5"/>
</g>
</g>
<!-- Neon Sunglasses -->
<g id="sunglasses">
<rect x="120" y="170" width="60" height="20" rx="5" fill="#fff" stroke="#fff" stroke-width="2"/>
<rect x="130" y="180" width="40" height="10" rx="5" fill="#33ccff" stroke="#33ccff" stroke-width="2"/>
<rect x="160" y="180" width="40" height="10" rx="5" fill="#ff33cc" stroke="#ff33cc" stroke-width="2"/>
<circle cx="140" cy="190" r="5" fill="#33ccff" stroke="#33ccff" stroke-width="2"/>
<circle cx="170" cy="190" r="5" fill="#ff33cc" stroke="#ff33cc" stroke-width="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Starry Sky Background -->
<defs>
<radialGradient id="glow" fx="50%" fy="50%" r="1" spreadMethod="repeat">
<stop offset="0" stop-color="#4B0082" stop-opacity="0.9"/>
<stop offset="1" stop-color="#000" stop-opacity="0"/>
</radialGradient>
<pattern id="stars" x="0" y="0" width="100%" height="100%" patternUnits="userSpaceOnUse">
<circle cx="50" cy="50" r="1" fill="white"/>
</pattern>
<filter id="neonGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<path id="tentacle" d="M0,0 Q50,100 100,0 Q150, -50 200,0 Q250,50 300,0">
</defs>
<!-- Background -->
<rect width="300" height="300" fill="linear-gradient(45, #1a1a2c, #16213e)"/>
<!-- Stars -->
<rect width="300" height="300" fill="url(#stars)"/>
<!-- Jellyfish Body -->
<ellipse cx="150" cy="220" rx="60" ry="40" fill="url(#glow)" filter="url(#neonGlow)"/>
<!-- Tentacles -->
<use href="#tentacle" fill="none" stroke="linear-gradient(90deg, #ff00ff, #ff00ff)" stroke-width="4" opacity="0.8"/>
<use href="#tentacle" fill="none" stroke="#ff00ff" stroke-width="2" opacity="1"/>
<!-- Sunglasses -->
<path d="M80,180 Q120,160 160,180 L240,180 Q220,160 180,180 L160,240 Q120,220 80,180" fill="none" stroke="linear-gradient(45, #ff6b6b, #ffd93d)" stroke-width="6" filter="url(#neonGlow)"/>
<path d="M90,190 Q110,180 130,190 L170,190 Q150,180 130,170 L110,130 Q90,140 90,190" fill="none" stroke="white" stroke-width="2"/>
<path d="M210,190 Q230,180 250,190 L270,190 Q260,180 250,170 L230,130 Q220,140 210,190" fill="none" stroke="white" stroke-width="2"/>
<!-- Electric Effects -->
<path d="M150,200 L160,180 L170,200 L180,190 L160,210 L150,200" fill="none" stroke="white" stroke-width="2" filter="url(#neonGlow)"/>
<path d="M140,220 L150,200 L160,220 L170,200 L150,240 L140,220" fill="none" stroke="white" stroke-width="2" filter="url(#neonGlow)"/>
<!-- Gradient Overlay -->
<rect width="300" height="300" fill="linear-gradient(45, rgba(255,255,255,0.1), rgba(0,0,0,0))"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the prompt with a stylized representation of a jellyfish wearing neon sunglasses against a starry sky.
The use of contrasting colors and a gradient background adds to the visual appeal.
Player 2's submission is unavailable due to an error, making it impossible to evaluate.
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
"Moonlit garden with giant, glowing dandelions"
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Cat wearing a crown, lounging on a vintage radio"
"Polar bear in a sauna, sipping iced tea"