Creative Challenge
"Melting ice cream cone turning into a galaxy"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="5%" stop-color="#ff7f50"/>
<stop offset="35%" stop-color="#ff1493"/>
<stop offset="70%" stop-color="#8a2be2"/>
<stop offset="95%" stop-color="#4b0082"/>
</radialGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white" stop-opacity="1" />
<stop offset="100%" stop-color="white" stop-opacity="0" />
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="url(#starGradient)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<circle cx="250" cy="50" r="20" fill="None" stroke="white" stroke-width="4" />
<circle cx="200" cy="100" r="10" fill="None" stroke="white" />
<circle cx="100" cy="180" r="15" fill="None" stroke="white" />
<path d="M150 50 L130 200 C135 210, 165 210, 170 200 Z" fill="#ffdab9"/>
<polygon points="150,50 140,80 160,80" fill="#FFD700" />
<path d="M140 200 C100 240, 120 260, 180 270 Q175 250, 170 200" fill="url(#stars)" />
<polygon points="138,81 135,100 165,100 162,81" fill="#FF7F50"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="coneGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F5DEB3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#D2B48C;stop-opacity:1" />
</linearGradient>
<linearGradient id="dripGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFB6C1;stop-opacity:0.5" />
</linearGradient>
<linearGradient id="galaxyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8A2BE2;stop-opacity:1" />
<stop offset="50%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1A1A7F;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#0B0B2D" />
<g transform="translate(150,220)">
<!-- Ice Cream Cone -->
<path d="M0,0 L30,0 L15,60 Z" fill="url(#coneGradient)" stroke="#8B4513" stroke-width="2"/>
<!-- Melting Drips -->
<path d="M15,60 Q15,70 10,80" stroke="url(#dripGradient)" stroke-width="4" fill="none"/>
<path d="M15,60 Q20,70 25,80" stroke="url(#dripGradient)" stroke-width="4" fill="none"/>
<!-- Galaxy Swirl -->
<path d="M0,0 Q150,150 300,300 Q240,180 180,0 Q120,-60 60,30 Q30,60 0,0" fill="url(#galaxyGradient)"/>
<!-- Melting Ice Cream -->
<circle cx="150" cy="180" r="50" fill="url(#galaxyGradient)">
<animate attributeName="r" from="50" to="80" dur="2s" repeatCount="indefinite"/>
<animate attributeName="opacity" from="1" to="0" dur="2s" repeatCount="indefinite"/>
</circle>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="100" cy="80" r="1" fill="white"/>
<circle cx="200" cy="40" r="1" fill="white"/>
<circle cx="250" cy="90" r="1" fill="white"/>
<circle cx="150" cy="150" r="1" fill="white"/>
</g>
<!-- Sparkle Effect -->
<circle cx="150" cy="180" r="5" fill="white">
<animate attributeName="r" from="0" to="10" dur="1s" repeatCount="indefinite"/>
<animate attributeName="opacity" from="1" to="0" dur="1s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively represents the prompt by clearly illustrating the melting ice cream cone transforming into a swirling galaxy.
The use of color and gradient effectively conveys a cosmic scene, enhancing visual appeal and adhering to the theme.
In contrast, Player 1's image, while colorful, leans more towards an abstract rocket concept, which diverges from the melting ice cream cone idea.
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
"Two-headed owl with neon wings under a cosmic night sky"
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"