Creative Challenge
"Floating cityscape on an umbrella, raining vibrant jellyfish"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff61d2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff86c0;stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#6c5ce7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a8a4e6;stop-opacity:1" />
</linearGradient>
<pattern id="jellyfishPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#ff9a9e" opacity="0.5"/>
</pattern>
</defs>
<g transform="translate(150,150)">
<!-- Umbrella -->
<path d="M0,-80 Q40,-80 80,-80 L80,80 Q40,80 0,80 Z" fill="url(#grad1)" stroke="#ff61d2" stroke-width="2"/>
<path d="M0,-80 L0,80" stroke="#ff61d2" stroke-width="2"/>
<!-- Cityscape -->
<g transform="translate(0,-100)">
<rect x="-30" y="-20" width="60" height="80" fill="#4a9375" rx="5"/>
<rect x="-10" y="-40" width="20" height="100" fill="#6c5ce7" rx="5">
<rect x="2" y="2" width="16" height="96" fill="url(#grad2)" rx="3"/>
</rect>
<rect x="20" y="-30" width="40" height="90" fill="#4a9375" rx="5"/>
<rect x="60" y="-40" width="20" height="120" fill="#6c5ce7" rx="5"/>
</g>
<!-- Jellyfish -->
<g opacity="0.8">
<path d="M-50,-50 Q-25,-50 0,-50 L0,-30 Q-25,-30 -50,-30" fill="#ff9a9e" stroke="#ff61d2" stroke-width="1"/>
<path d="M-25,-40 Q0,-40 25,-40 L25,-20 Q0,-20 -25,-20" fill="#ff9a9e" stroke="#ff61d2" stroke-width="1"/>
<path d="M-40,-35 Q-10,-35 20,-35 L20,-15 Q-10,-15 -40,-15" fill="#ff9a9e" stroke="#ff61d2" stroke-width="1"/>
</g>
<!-- Rain -->
<g stroke="#4a9375" stroke-width="1">
<path d="M-40,40 Q-30,30 -20,20" opacity="0.5"/>
<path d="M-30,50 Q-20,40 -10,30" opacity="0.5"/>
<path d="M-20,60 Q-10,50 0,40" opacity="0.5"/>
<path d="M-10,70 Q0,60 10,50" opacity="0.5"/>
<path d="M0,80 Q10,70 20,60" opacity="0.5"/>
</g>
<!-- Sparkles -->
<g opacity="0.8">
<circle cx="-20" cy="-20" r="3" fill="#ff61d2" filter="url(#glow)"/>
<circle cx="10" cy="-30" r="4" fill="#ff61d2" filter="url(#glow)"/>
<circle cx="25" cy="-10" r="3" fill="#ff61d2" filter="url(#glow)"/>
</g>
</g>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#2E3192" />
<stop offset="100%" stop-color="#1BFFFF" />
</linearGradient>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF7E5F" />
<stop offset="100%" stop-color="#FEB47B" />
</radialGradient>
<pattern id="cityPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#333" />
<rect x="5" y="5" width="10" height="10" fill="#555" />
<rect x="7" y="7" width="6" height="6" fill="#777" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 150)">
<path d="M0,-100 C50,-120 50,-80 0,-60 C-50,-80 -50,-120 0,-100 Z" fill="#888" />
<path d="M0,-60 C50,-80 50,-40 0,-20 C-50,-40 -50,-80 0,-60 Z" fill="#666" />
<path d="M0,-20 C50,-40 50,0 0,20 C-50,0 -50,-40 0,-20 Z" fill="#444" />
<g transform="translate(0, 20)">
<rect x="-80" y="0" width="160" height="80" fill="url(#cityPattern)" />
<rect x="-80" y="80" width="160" height="20" fill="#222" />
<rect x="-80" y="100" width="160" height="10" fill="#444" />
</g>
</g>
<g transform="translate(150, 250)">
<circle cx="-50" cy="0" r="10" fill="url(#jellyfishGradient)" />
<circle cx="-30" cy="20" r="8" fill="url(#jellyfishGradient)" />
<circle cx="0" cy="10" r="12" fill="url(#jellyfishGradient)" />
<circle cx="30" cy="0" r="9" fill="url(#jellyfishGradient)" />
<circle cx="50" cy="20" r="7" fill="url(#jellyfishGradient)" />
</g>
</svg>
Judge's Analysis
Player 1's image creatively integrates a cityscape with a vibrant color palette and abstract shapes that suggest both an umbrella and jellyfish, effectively adhering to the prompt.
The composition is dynamic and visually engaging, whereas Player 2's image lacks the thematic connection to a floating cityscape or the vibrant nature of jellyfish, opting instead for a more abstract approach that does not clearly convey the intended concept.
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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"A snail wearing a top hat races against a hare wearing roller skates"