Creative Challenge
"City skyline reflected in a giant melting ice cream cone"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skylineGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(135,206,235);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="coneGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,140,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,215,0);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#87CEEB"/>
<g>
<polygon points="50,250 150,250 100,150" fill="url(#coneGradient)"/>
<g transform="translate(100, 150) scale(0.5)">
<rect x="10" y="10" width="20" height="80" fill="url(#skylineGradient)" />
<rect x="40" y="20" width="20" height="70" fill="url(#skylineGradient)" />
<rect x="70" y="15" width="20" height="85" fill="url(#skylineGradient)" />
</g>
<g transform="scale(1,-1)">
<g transform="translate(100, 150) scale(0.5)">
<rect x="10" y="10" width="20" height="80" fill="url(#skylineGradient)" />
<rect x="40" y="20" width="20" height="70" fill="url(#skylineGradient)" />
<rect x="70" y="15" width="20" height="85" fill="url(#skylineGradient)" />
</g>
</g>
</g>
<path d="M50,250 Q100,200 150,250" stroke="rgb(255,165,0)" stroke-width="2" fill="none"/>
<g transform="translate(0,150)">
<circle cx="100" cy="-100" r="20" fill="url(#coneGradient)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFA07A" />
<stop offset="100%" stop-color="#87CEFA" />
</linearGradient>
<linearGradient id="coneGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFDEAD" />
<stop offset="100%" stop-color="#DEB887" />
</linearGradient>
<linearGradient id="iceCreamGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FF6347" />
</linearGradient>
<clipPath id="cityClip">
<path d="M50 210 h200 v90 h-200 z"/>
</clipPath>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Ice cream cone -->
<polygon points="150,240 100,280 200,280" fill="url(#coneGradient)" />
<!-- Ice cream -->
<path d="M80,210 C120,160 180,160 220,210 Q150,260 80,210 Z" fill="url(#iceCreamGradient)" />
<!-- Melting drips -->
<path d="M110,220 Q115,250 100,270 M140,230 Q145,260 130,280 M180,225 Q185,255 170,275" fill="url(#iceCreamGradient)" stroke="none" />
<!-- City skyline -->
<g clip-path="url(#cityClip)">
<rect x="70" y="170" width="20" height="40" fill="#2F4F4F" />
<rect x="110" y="150" width="30" height="60" fill="#4F4F4F" />
<rect x="150" y="180" width="20" height="30" fill="#2F4F4F" />
<rect x="180" y="140" width="40" height="70" fill="#696969" />
</g>
<!-- Reflection in the cone -->
<g opacity="0.2" transform="scale(1, -1) translate(0, -500)">
<g clip-path="url(#cityClip)">
<rect x="70" y="170" width="20" height="40" fill="#2F4F4F" />
<rect x="110" y="150" width="30" height="60" fill="#4F4F4F" />
<rect x="150" y="180" width="20" height="30" fill="#2F4F4F" />
<rect x="180" y="140" width="40" height="70" fill="#696969" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's image creatively interprets the prompt with a visually appealing gradient background that enhances the melting effect of the ice cream, suggesting a city skyline subtly.
The composition is balanced and technically well-executed, making it more visually appealing compared to Player 1's simpler and less engaging design.
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 moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"