Creative Challenge
"A snail with a cityscape on its shell at sunset"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
<radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#grad1)" />
<g id="snail" transform="translate(150,200)">
<circle cx="0" cy="0" r="30" fill="#b3e6ff" />
<path d="M-30,0 Q-50,0 -70,30 T-30,60" fill="#b3e6ff" />
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
<g id="shell" transform="translate(-70,30)">
<rect x="-30" y="-30" width="60" height="60" fill="url(#grad2)" />
<polygon points="-20,0 -20,20 -40,20" fill="#888" />
<polygon points="-20,0 -20,-20 -40,-20" fill="#888" />
<polygon points="20,0 20,20 40,20" fill="#888" />
<polygon points="20,0 20,-20 40,-20" fill="#888" />
<polygon points="0,20 20,20 20,40" fill="#888" />
<polygon points="0,-20 20,-20 20,-40" fill="#888" />
<polygon points="0,20 -20,20 -20,40" fill="#888" />
<polygon points="0,-20 -20,-20 -20,-40" fill="#888" />
</g>
<g id="body" transform="translate(0,30)">
<circle cx="0" cy="0" r="20" fill="#b3e6ff" />
<circle cx="0" cy="0" r="10" fill="#ffffff" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunsetGradient" cx="50%" cy="50%" r="100%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff92df;stop-opacity:1"/>
</radialGradient>
<pattern id="cityPattern" width="10" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="20" fill="#6c5ce7" rx="2"/>
<rect x="0" y="5" width="10" height="15" fill="#8a86be" rx="2"/>
</pattern>
<linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6c5ce7;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#4a469c;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)"/>
<g transform="translate(150,200)">
<path d="M0,0 Q40,-40 80,0 Q40,40 0,80 Q-40,40 -80,0 Q-40,-40 0,-80" fill="url(#shellGradient)"/>
<rect x="-20" y="-20" width="40" height="40" fill="url(#cityPattern)" transform="rotate(45)"/>
<rect x="-30" y="-10" width="60" height="20" fill="#4a469c"/>
<rect x="-10" y="-30" width="20" height="60" fill="#6c5ce7"/>
<rect x="-40" y="-40" width="80" height="80" fill="none" stroke="#ffffff" stroke-width="2"/>
</g>
<g transform="translate(150,250)">
<rect width="30" height="20" rx="10" fill="#4a469c"/>
<rect x="0" y="0" width="30" height="20" rx="10" fill="#6c5ce7"/>
<circle cx="10" cy="-10" r="8" fill="#ff92df"/>
<circle cx="20" cy="-10" r="8" fill="#ff6b6b"/>
</g>
<animateTransform xlink:href="#sunsetGradient" type="rotate" dur="10s" repeatCount="indefinite" from="0" to="360"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a snail with a cityscape on its shell at sunset with a clear depiction.
The gradient background effectively mimics a sunset, and the design elements suggest a cityscape.
Player 2's submission did not load, so it cannot be evaluated.
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
"Dancing eggplant wearing a disco ball helmet"
"Snail in a speedboat race, scarf fluttering"
"Neon jellyfish dancing in a thunderstorm"
"Floating clockwork jellyfish in a starry nebula"
"Dancing toaster with a top hat, releasing colorful balloons"
"Astronaut with an umbrella on a raining moon"