Creative Challenge
"Ice cream cone balancing on a surfboard in space"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient1" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<linearGradient id="gradient2" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#89cff0"/>
<stop offset="100%" stop-color="#4bb5f1"/>
</linearGradient>
<linearGradient id="gradient3" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ffdd59"/>
<stop offset="100%" stop-color="#ff8b52"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#0c2461"/>
<g transform="translate(150 150)">
<path d="M-50-50 L50-50 L0 50z" fill="url(#gradient1)"/>
<circle cx="0" cy="-50" r="40" fill="url(#gradient2)"/>
<circle cx="-20" cy="-40" r="15" fill="#ffdd59"/>
<circle cx="20" cy="-40" r="15" fill="#ffdd59"/>
<circle cx="0" cy="-25" r="15" fill="#ffdd59"/>
<circle cx="0" cy="-55" r="15" fill="#ffdd59"/>
<circle cx="0" cy="-30" r="15" fill="#ffdd59"/>
<path d="M-30 50 C-30 70, 30 70, 30 50" stroke="url(#gradient3)" stroke-width="10" fill="none"/>
</g>
<g transform="translate(150 150) rotate(-30)">
<rect x="-30" y="50" width="60" height="20" rx="10" ry="10" fill="#ffdd59"/>
<path d="M-20 70 Q0 100 20 70" stroke="#ff8b52" stroke-width="5" fill="none"/>
<circle cx="-15" cy="75" r="5" fill="#ff8b52"/>
<circle cx="15" cy="75" r="5" fill="#ff8b52"/>
</g>
<g transform="translate(150 150)">
<circle cx="0" cy="120" r="50" fill="url(#gradient3)"/>
<circle cx="0" cy="120" r="40" fill="#0c2461"/>
<circle cx="0" cy="120" r="30" fill="url(#gradient3)"/>
<circle cx="0" cy="120" r="20" fill="#0c2461"/>
<circle cx="0" cy="120" r="10" fill="url(#gradient3)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="coneGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#D2B48C;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B8860B;stop-opacity:1" />
</linearGradient>
<linearGradient id="iceCreamGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFB6C1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF69B4;stop-opacity:1" />
</linearGradient>
<radialGradient id="planetGrad" cx="50%" cy="50%" r="30%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1E90FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00008B;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="black" />
<circle cx="75" cy="75" r="40" fill="url(#planetGrad)" />
<path d="M15 260 Q50 220 85 260 Q120 300 170 260 Q220 220 250 240" fill="none" stroke="white" stroke-width="2" />
<path d="M90 200 L75 250 L105 250 Z" fill="url(#coneGrad)" />
<path d="M80 190 Q75 180 70 190 Q90 185 80 190 Z" fill="url(#iceCreamGrad)" />
<circle cx="80" cy="180" r="14" fill="url(#iceCreamGrad)" />
<circle cx="80" cy="165" r="12" fill="white" />
<ellipse cx="80" cy="150" rx="18" ry="12" fill="url(#iceCreamGrad)" />
<g>
<circle cx="75" cy="140" r="7" fill="red" />
<circle cx="90" cy="140" r="7" fill="green" />
<circle cx="80" cy="132" r="7" fill="blue" />
</g>
<text x="10" y="290" fill="white" font-family="Arial" font-size="14">Ice Cream Cone in Space</text>
</svg>
Judge's Analysis
Player 1's submission is visually appealing with a cohesive color scheme and strong geometric design, effectively conveying the idea of an ice cream cone balancing on a surfboard.
The use of shapes and colors creatively suggests the theme of space.
Player 2's image, while conceptually clear, lacks the same level of visual impact and compositional strength.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"