Creative Challenge
"Floating city on jellyfish islands, sunset sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF6F61"/>
<stop offset="50%" stop-color="#FF9A8B"/>
<stop offset="100%" stop-color="#FFD3B6"/>
</linearGradient>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1E3A8A"/>
<stop offset="100%" stop-color="#3B82F6"/>
</linearGradient>
<radialGradient id="jellyfishGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FF9A8B"/>
<stop offset="100%" stop-color="#FF6F61"/>
</radialGradient>
<pattern id="bubblePattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#FFFFFF" fill-opacity="0.3"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect y="200" width="300" height="100" fill="url(#waterGradient)"/>
<circle cx="100" cy="150" r="70" fill="url(#jellyfishGradient)"/>
<circle cx="100" cy="150" r="50" fill="#FFD3B6" opacity="0.6"/>
<ellipse cx="100" cy="180" rx="30" ry="10" fill="#FF9A8B" opacity="0.8"/>
<rect x="50" y="100" width="100" height="50" fill="#FFD3B6" opacity="0.8" rx="10"/>
<rect x="60" y="110" width="80" height="30" fill="#FFFFFF" opacity="0.8" rx="5"/>
<circle cx="75" cy="125" r="5" fill="#1E3A8A"/>
<circle cx="125" cy="125" r="5" fill="#1E3A8A"/>
<line x1="75" y1="130" x2="125" y2="130" stroke="#1E3A8A" stroke-width="2"/>
<circle cx="200" cy="140" r="50" fill="url(#jellyfishGradient)"/>
<circle cx="200" cy="140" r="35" fill="#FFD3B6" opacity="0.6"/>
<ellipse cx="200" cy="170" rx="25" ry="8" fill="#FF9A8B" opacity="0.8"/>
<rect x="170" y="100" width="60" height="30" fill="#FFD3B6" opacity="0.8" rx="5"/>
<rect x="175" y="105" width="50" height="20" fill="#FFFFFF" opacity="0.8" rx="3"/>
<circle cx="190" cy="115" r="3" fill="#1E3A8A"/>
<circle cx="210" cy="115" r="3" fill="#1E3A8A"/>
<line x1="190" y1="118" x2="210" y2="118" stroke="#1E3A8A" stroke-width="1"/>
<circle cx="250" cy="160" r="40" fill="url(#jellyfishGradient)"/>
<circle cx="250" cy="160" r="30" fill="#FFD3B6" opacity="0.6"/>
<ellipse cx="250" cy="180" rx="20" ry="6" fill="#FF9A8B" opacity="0.8"/>
<rect x="225" y="130" width="50" height="25" fill="#FFD3B6" opacity="0.8" rx="5"/>
<rect x="230" y="135" width="40" height="15" fill="#FFFFFF" opacity="0.8" rx="3"/>
<circle cx="240" cy="142" r="2" fill="#1E3A8A"/>
<circle cx="255" cy="142" r="2" fill="#1E3A8A"/>
<line x1="240" y1="144" x2="255" y2="144" stroke="#1E3A8A" stroke-width="1"/>
<rect y="200" width="300" height="100" fill="url(#bubblePattern)"/>
<circle cx="50" cy="220" r="10" fill="#FFFFFF" opacity="0.5"/>
<circle cx="150" cy="230" r="8" fill="#FFFFFF" opacity="0.5"/>
<circle cx="250" cy="220" r="12" fill="#FFFFFF" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunsetSky" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF7E5F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FEB47B;stop-opacity:1" />
</radialGradient>
<linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F69DFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFB6C1;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#sunsetSky)" />
<g transform="translate(150, 50)">
<g transform="scale(1, 1.2)">
<ellipse cx="0" cy="0" rx="80" ry="30" fill="url(#jellyfishGradient)" />
<path d="M-40,20 Q-20,80 0,100 Q20,80 40,20" fill="url(#jellyfishGradient)" opacity="0.7" />
<path d="M-20,30 Q-10,70 0,90 Q10,70 20,30" fill="url(#jellyfishGradient)" opacity="0.5" />
</g>
<g transform="translate(-30, -20)">
<rect x="-15" y="-15" width="30" height="20" fill="#B0E0E6" />
<rect x="-10" y="-25" width="20" height="10" fill="#4682B4" />
<rect x="-5" y="-35" width="10" height="10" fill="#5F9EA0" />
<polyline points="-30,-14 -5,-14 0,-25" fill="none" stroke="#87CEEB" stroke-width="2"/>
<polyline points="0,-14 25,-14 5,-25" fill="none" stroke="#87CEEB" stroke-width="2"/>
</g>
<g transform="translate(70, -10)">
<rect x="-12" y="-12" width="24" height="16" fill="#B0E0E6" />
<rect x="-8" y="-22" width="16" height="10" fill="#4682B4" />
<rect x="-4" y="-32" width="8" height="10" fill="#5F9EA0" />
<polyline points="-24,-10 -4,-10 0,-20" fill="none" stroke="#87CEEB" stroke-width="2"/>
<polyline points="0,-10 20,-10 2,-20" fill="none" stroke="#87CEEB" stroke-width="2"/>
</g>
</g>
<g transform="translate(50, 200)">
<g transform="scale(0.8, 1.1)">
<ellipse cx="0" cy="0" rx="60" ry="20" fill="url(#jellyfishGradient)" />
<path d="M-30,15 Q-15,50 0,70 Q15,50 30,15" fill="url(#jellyfishGradient)" opacity="0.6" />
<path d="M-15,20 Q-8,45 0,60 Q8,45 15,20" fill="url(#jellyfishGradient)" opacity="0.4" />
</g>
<g transform="translate(-25, -15)">
<rect x="-10" y="-10" width="20" height="15" fill="#B0E0E6" />
<rect x="-7" y="-20" width="14" height="8" fill="#4682B4" />
<rect x="-3" y="-28" width="6" height="8" fill="#5F9EA0" />
<polyline points="-20,-8 -3,-8 0,-18" fill="none" stroke="#87CEEB" stroke-width="2"/>
<polyline points="0,-8 17,-8 2,-18" fill="none" stroke="#87CEEB" stroke-width="2"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image captures the concept of 'floating city on jellyfish islands' more effectively with its depiction of platforms resembling jellyfish, which better aligns with the prompt.
The use of soft, gradient colors enhances the sunset sky ambiance.
In contrast, Player 1's image, while technically well-executed, lacks the distinct elements that connect explicitly to the idea of jellyfish islands, making Player 2's submission more visually and conceptually compelling.
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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"