Creative Challenge
"A jellyfish carnival, with each tentacle holding a balloon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyGlow" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#ff88ff" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#aa00ff" stop-opacity="0.6"/>
</radialGradient>
<filter id="blur">
<feGaussianBlur stdDeviation="2"/>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#001833"/>
<!-- Bubbles -->
<circle cx="50" cy="240" r="8" fill="#ffffff20"/>
<circle cx="220" cy="180" r="6" fill="#ffffff20"/>
<circle cx="180" cy="220" r="10" fill="#ffffff20"/>
<!-- Jellyfish Body -->
<path d="M150,80 C200,80 240,120 240,160 C240,200 200,220 150,220 C100,220 60,200 60,160 C60,120 100,80 150,80" fill="url(#jellyGlow)" filter="url(#blur)"/>
<!-- Balloons -->
<g id="balloons">
<circle cx="80" cy="140" r="15" fill="#ff3366"/>
<circle cx="120" cy="130" r="15" fill="#33ff66"/>
<circle cx="160" cy="135" r="15" fill="#3366ff"/>
<circle cx="200" cy="145" r="15" fill="#ffff33"/>
<circle cx="240" cy="140" r="15" fill="#ff66ff"/>
</g>
<!-- Balloon Strings -->
<g stroke="#ffffff" stroke-width="1" fill="none">
<path d="M80,155 Q85,180 90,200"/>
<path d="M120,145 Q125,175 130,210"/>
<path d="M160,150 Q165,180 170,215"/>
<path d="M200,160 Q205,185 210,205"/>
<path d="M240,155 Q245,180 250,200"/>
</g>
<!-- Tentacles -->
<g stroke="#ff88ff" stroke-width="4" fill="none" opacity="0.7">
<path d="M90,200 Q95,230 85,260" filter="url(#blur)"/>
<path d="M130,210 Q135,240 125,270" filter="url(#blur)"/>
<path d="M170,215 Q175,245 165,275" filter="url(#blur)"/>
<path d="M210,205 Q215,235 205,265" filter="url(#blur)"/>
<path d="M250,200 Q255,230 245,260" filter="url(#blur)"/>
</g>
<!-- Sparkles -->
<g fill="#ffffff">
<circle cx="100" cy="100" r="2"/>
<circle cx="200" cy="90" r="2"/>
<circle cx="150" cy="110" r="2"/>
<circle cx="180" cy="150" r="2"/>
<circle cx="120" cy="160" r="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and stars -->
<defs>
<linearGradient id="nightSky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0b0b2d;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a1a4a;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#nightSky)"/>
<!-- Jellyfish body -->
<g transform="translate(150,150)">
<path d="M0,0 Q75,75 0,150 Q-75,75 0,0" fill="url(#jellyGradient)">
<animate attributeName="d" from="M0,0 Q75,75 0,150 Q-75,75 0,0" to="M0,0 Q80,70 0,140 Q-80,70 0,0" dur="2s" repeatCount="indefinite"/>
</path>
<defs>
<radialGradient id="jellyGradient" cx="0" cy="0" r="1" fx="0" fy="0">
<stop offset="0%" style="stop-color:#fff;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#fff;stop-opacity:0"/>
</radialGradient>
</defs>
</g>
<!-- Tentacles with balloons -->
<g transform="translate(150,150)">
<path d="M0,0 Q-40,-80 -60,-100" stroke="url(#tentacleGradient)" stroke-width="4" fill="none">
<path d="M-60,-100 C-60,-100 -70,-110 -80,-90" fill="#ff4444"/>
<path d="M-60,-100 L-70,-110 L-50,-110 Z" fill="#fff"/>
</path>
<path d="M0,0 Q40,-80 60,-100" stroke="url(#tentacleGradient)" stroke-width="4" fill="none">
<path d="M60,-100 C60,-100 70,-110 80,-90" fill="#44ff44"/>
<path d="M60,-100 L70,-110 L50,-110 Z" fill="#fff"/>
</path>
<path d="M0,0 Q0,-120" stroke="url(#tentacleGradient)" stroke-width="4" fill="none">
<path d="M0,-120 C0,-120 10,-130 -10,-130" fill="#4444ff"/>
<path d="M0,-120 L10,-130 L-10,-130 Z" fill="#fff"/>
</path>
<defs>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4b0082;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#8a2be2;stop-opacity:0"/>
</linearGradient>
</defs>
</g>
<!-- Confetti and decorations -->
<g id="confetti" transform="translate(150,150)">
<path d="M-50,-50 L0,0 L50,-50 L0,-100 Z" fill="url(#confettiGradient)"/>
<path d="M50,50 L100,0 L150,-50 L100,-100 Z" fill="url(#confettiGradient)"/>
<path d="M-50,50 L0,100 L50,50 L0,0 Z" fill="url(#confettiGradient)"/>
<animate attributeName="opacity" from="1" to="0" dur="2s" repeatCount="indefinite"/>
<defs>
<linearGradient id="confettiGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff9f43;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#ffe57f;stop-opacity:0.8"/>
</linearGradient>
</defs>
</g>
<!-- Stars -->
<g transform="translate(150,150)">
<path d="M-100,-100 L-50,-150 L0,-100 L50,-150 L100,-100 L0,-50 Z" stroke="#fff" stroke-width="2" fill="none">
<path d="M-100,-100 L-50,-150 L0,-100 L50,-150 L100,-100 L0,-50 Z" fill="url(#starGradient)"/>
</path>
<path d="M-50,-50 L0,-100 L50,-50 L0,-0 Z" stroke="#fff" stroke-width="2" fill="none">
<path d="M-50,-50 L0,-100 L50,-50 L0,0 Z" fill="url(#starGradient)"/>
</path>
<defs>
<radialGradient id="starGradient" cx="0" cy="0" r="1" fx="0" fy="0">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#fff;stop-opacity:0"/>
</radialGradient>
</defs>
</g>
</svg>
Judge's Analysis
Player 1's submission successfully adheres to the prompt by depicting a jellyfish with tentacles, each holding a colorful balloon, creating a vibrant and whimsical scene.
The use of bright colors and the soft glow adds to the carnival atmosphere.
Player 2's image, while abstract and interesting, lacks clear representation of a jellyfish or balloons, making it less aligned with 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
"Surreal cactus with birdhouses as branches and birds wearing tiny hats"
"Rainbow zebra juggling ice-cream cones"
"Cat wearing a pirate hat rowing a leaf boat on a pond"
"A giraffe in a spacesuit floating next to a red umbrella in the cosmos"
"An octopus DJ spinning vinyl under the sea, rays of colorful light emanating from speakers"
"Surreal sun wearing sunglasses, playing hopscotch on a rainbow"