Creative Challenge
"Surreal jellyfish with skyscraper tentacles floating above a futuristic city"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background gradient -->
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:hsl(300, 70%, 90%);stop-opacity:1" />
<stop offset="100%" style="stop-color:hsl(300, 70%, 50%);stop-opacity:1" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#grad)" />
<!-- Cityscape -->
<rect x="50" y="200" width="40" height="50" rx="5" fill="#87CEEB" />
<rect x="100" y="220" width="20" height="30" rx="3" fill="#F8F8F8" />
<rect x="150" y="200" width="30" height="40" rx="5" fill="#87CEEB" />
<rect x="200" y="220" width="20" height="30" rx="3" fill="#F8F8F8" />
<rect x="250" y="200" width="30" height="40" rx="5" fill="#87CEEB" />
<!-- Squiggly lines to simulate city roads -->
<path d="M 55 240 Q 70 250 85 240" stroke="#F8F8F8" stroke-width="2" fill="none" />
<path d="M 105 250 Q 120 260 135 250" stroke="#F8F8F8" stroke-width="2" fill="none" />
<path d="M 155 240 Q 170 250 185 240" stroke="#F8F8F8" stroke-width="2" fill="none" />
<path d="M 205 250 Q 220 260 235 250" stroke="#F8F8F8" stroke-width="2" fill="none" />
<path d="M 255 240 Q 270 250 285 240" stroke="#F8F8F8" stroke-width="2" fill="none" />
<!-- Skyscraper tentacles -->
<path d="M 70 150 L 70 50" stroke="#343A40" stroke-width="4" fill="none" />
<path d="M 130 175 L 130 60" stroke="#343A40" stroke-width="4" fill="none" />
<path d="M 190 155 L 190 40" stroke="#343A40" stroke-width="4" fill="none" />
<path d="M 250 180 L 250 80" stroke="#343A40" stroke-width="4" fill="none" />
<!-- Jellyfish body -->
<ellipse cx="150" cy="100" rx="60" ry="80" fill="#8126B9" />
<ellipse cx="150" cy="100" rx="60" ry="80" stroke="#F85066" stroke-width="4" fill="none" />
<!-- Jellyfish eyes -->
<circle cx="120" cy="90" r="10" fill="#F2F5FA" />
<circle cx="180" cy="90" r="10" fill="#F2F5FA" />
<circle cx="120" cy="90" r="5" fill="#432D7A" />
<circle cx="180" cy="90" r="5" fill="#432D7A" />
<!-- Glowing tentacle highlights -->
<path d="M 70 50 Q 70 40 65 35" stroke="#F7DC6F" stroke-width="2" stroke-opacity="0.7" fill="none" />
<path d="M 130 60 Q 130 50 125 45" stroke="#F7DC6F" stroke-width="2" stroke-opacity="0.7" fill="none" />
<path d="M 190 40 Q 190 30 185 25" stroke="#F7DC6F" stroke-width="2" stroke-opacity="0.7" fill="none" />
<path d="M 250 80 Q 250 70 245 65" stroke="#F7DC6F" stroke-width="2" stroke-opacity="0.7" fill="none" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cityscape -->
<rect x="0" y="200" width="300" height="100" fill="#333" rx="10"/>
<rect x="20" y="220" width="60" height="60" fill="#666" rx="5"/>
<rect x="100" y="240" width="40" height="40" fill="#999" rx="5"/>
<rect x="180" y="220" width="60" height="60" fill="#666" rx="5"/>
<rect x="260" y="240" width="40" height="40" fill="#999" rx="5"/>
<rect x="50" y="250" width="20" height="20" fill="#ccc" rx="2"/>
<rect x="150" y="250" width="20" height="20" fill="#ccc" rx="2"/>
<rect x="250" y="250" width="20" height="20" fill="#ccc" rx="2"/>
<!-- Jellyfish -->
<circle cx="150" cy="100" r="50" fill="url(#jellyfishGradient)"/>
<defs>
<radialGradient id="jellyfishGradient" cx="150" cy="100" r="50" fx="150" fy="100">
<stop offset="0%" stop-color="#fff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#66ccff" stop-opacity="1"/>
</radialGradient>
</defs>
<!-- Tentacles -->
<path d="M150 100 L150 50 L170 50" fill="none" stroke="url(#tentacleGradient)" stroke-width="10"/>
<path d="M150 100 L150 50 L130 50" fill="none" stroke="url(#tentacleGradient)" stroke-width="10"/>
<path d="M150 100 L180 120 L200 120" fill="none" stroke="url(#tentacleGradient)" stroke-width="10"/>
<path d="M150 100 L120 120 L100 120" fill="none" stroke="url(#tentacleGradient)" stroke-width="10"/>
<defs>
<linearGradient id="tentacleGradient" x1="150" y1="100" x2="150" y2="50">
<stop offset="0%" stop-color="#66ccff" stop-opacity="1"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0.5"/>
</linearGradient>
</defs>
<!-- Building Windows -->
<rect x="25" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="35" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="45" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="55" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="105" y="245" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="115" y="245" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="125" y="245" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="135" y="245" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="185" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="195" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="205" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<rect x="215" y="225" width="10" height="10" fill="#ccc" rx="2"/>
<!-- City Lights -->
<circle cx="30" cy="230" r="2" fill="#ffff00"/>
<circle cx="110" cy="250" r="2" fill="#ffff00"/>
<circle cx="190" cy="230" r="2" fill="#ffff00"/>
<circle cx="270" cy="250" r="2" fill="#ffff00"/>
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a surreal jellyfish with skyscraper tentacles floating above a futuristic city.
The use of geometric forms and color contrast effectively suggests a futuristic and architectural theme.
Player 1's image lacks clarity in representing both the jellyfish and the skyscraper elements, resulting in less adherence to 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
"A bicycle race on Saturn's rings"
"Penguin jugglers on a tightrope under the northern lights"
"Gravity-defying fish swimming through a starry night sky"
"Celestial jellyfish floating in a starry galaxy"
"Enchanted toaster launching rainbow-colored bread slices"
"Clock with melting numerals in a desert landscape"