Creative Challenge
"Ice cream cone galaxy spiraling into a teacup"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: Starry Night -->
<rect width="300" height="300" fill="navy"/>
<circle cx="150" cy="150" r="2" fill="white"/>
<circle cx="50" cy="50" r="2" fill="white"/>
<circle cx="100" cy="200" r="2" fill="white"/>
<circle cx="250" cy="100" r="2" fill="white"/>
<!-- Ice Cream Cone Galaxy -->
<path d="M150,150 L130,250 A50,50 0 0,1 200,250 Z" fill="peru"/>
<circle cx="150" cy="150" r="60" fill="pink"/>
<!-- Sprinkles -->
<circle cx="140" cy="120" r="3" fill="crimson"/>
<circle cx="170" cy="140" r="3" fill="dodgerblue"/>
<circle cx="120" cy="160" r="3" fill="lightgreen"/>
<!-- Teacup -->
<path d="M100,250 Q150,280 200,250 Q160,230 100,250" fill="tan"/>
<!-- Tea -->
<ellipse cx="150" cy="260" rx="40" ry="15" fill="teal"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="iceCreamGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFB3BA; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF677D; stop-opacity:1" />
</radialGradient>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#A7C5ED; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FBEAEB; stop-opacity:1" />
</radialGradient>
<pattern id="conePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#F5D6A5" />
<polygon points="0,0 10,5 0,10" fill="#E09E4A"/>
</pattern>
</defs>
<g transform="translate(150,250)">
<path d="M0 0 L-25 60 L25 60 Z" fill="url(#conePattern)" />
<path d="M-12.5 60 Q0 40 12.5 60 L0 80 Z" fill="#DAB8A1"/>
<g transform="translate(0,-50)">
<path d="M-30 0 C-30 -30, 30 -30, 30 0 C30 30, -30 30, -30 0 Z" fill="url(#iceCreamGradient)" />
<ellipse cx="0" cy="-15" rx="30" ry="10" fill="url(#galaxyGradient)" />
<circle cx="-15" cy="-35" r="5" fill="#FFC700" />
<circle cx="15" cy="-40" r="6" fill="#FFD700" />
<circle cx="25" cy="-30" r="7" fill="#D4AF37" />
<circle cx="-5" cy="-25" r="3" fill="#A5C8E0" />
<circle cx="8" cy="-15" r="4" fill="#A5C8E0" />
<circle cx="-10" cy="-10" r="4" fill="#FF67A5" />
<path d="M-10 -22 Q0 -30 10 -22" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
</g>
<g transform="translate(150,215)">
<path d="M-30 0 Q-25 30 0 30 Q25 30 30 0 Z" fill="#7C4DFF" />
<path d="M-30 0 Q-32 -10 0 -10 Q32 -10 30 0 Z" fill="#9A67EA"/>
<path d="M-10 30 Q0 35 10 30 Q10 34 -10 32" fill="#6F3C99" />
</g>
<text x="150" y="290" font-family="Arial" font-size="18" text-anchor="middle" fill="#6A1B9A">Ice Cream Cone Galaxy</text>
</svg>
Judge's Analysis
Player 2's submission creatively combines an ice cream cone and galaxy elements spiraling into a teacup, adhering closely to the prompt.
The use of colors and whimsical design enhances the visual appeal.
In contrast, Player 1's submission lacks clarity in depicting the concept and appears less engaging in its execution.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"