Creative Challenge
"A snail with a city skyline shell under a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001848"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<radialGradient id="moonGradient" cx="0.8" cy="0.2" r="0.5">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#fff8dc" stop-opacity="0.8"/>
</radialGradient>
<linearGradient id="snailBodyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#CD853F"/>
</linearGradient>
<linearGradient id="shellGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2E8B57"/>
<stop offset="100%" stop-color="#3CB371"/>
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<rect width="2" height="2" fill="#FFFFE0"/>
<rect x="2" y="2" width="2" height="2" fill="#FFFFE0"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g fill="white" opacity="0.8">
<circle cx="50" cy="50" r="1.5"/>
<circle cx="80" cy="80" r="1"/>
<circle cx="120" cy="40" r="1.2"/>
<circle cx="200" cy="70" r="1"/>
<circle cx="250" cy="30" r="1.3"/>
<circle cx="220" cy="150" r="1"/>
<circle cx="60" cy="200" r="1.1"/>
<circle cx="180" cy="220" r="1"/>
<circle cx="280" cy="180" r="1.2"/>
<circle cx="160" cy="260" r="1"/>
</g>
<!-- Moon -->
<circle cx="240" cy="60" r="20" fill="url(#moonGradient)" />
<!-- Snail Body -->
<g>
<ellipse cx="150" cy="220" rx="40" ry="20" fill="url(#snailBodyGradient)" />
<circle cx="130" cy="210" r="5" fill="#654321"/>
<circle cx="170" cy="210" r="5" fill="#654321"/>
<path d="M130,210 q-10,-10 -10,-20" stroke="#654321" stroke-width="2" fill="none"/>
<path d="M170,210 q10,-10 10,-20" stroke="#654321" stroke-width="2" fill="none"/>
</g>
<!-- Snail Shell -->
<g>
<circle cx="150" cy="220" r="40" fill="url(#shellGradient)" stroke="#006400" stroke-width="2"/>
<g clip-path="circle(40px at 150px 220px)">
<!-- City Skyline -->
<rect x="110" y="200" width="10" height="20" fill="#2F4F4F"/>
<rect x="125" y="190" width="8" height="30" fill="#556B2F"/>
<rect x="140" y="195" width="12" height="25" fill="#6B8E23"/>
<rect x="160" y="185" width="10" height="35" fill="#228B22"/>
<rect x="175" y="200" width="9" height="20" fill="#006400"/>
<rect x="190" y="195" width="11" height="25" fill="#2E8B57"/>
<rect x="205" y="185" width="10" height="35" fill="#3CB371"/>
<rect x="220" y="200" width="9" height="20" fill="#20B2AA"/>
<rect x="235" y="190" width="8" height="30" fill="#40E0D0"/>
<rect x="250" y="195" width="10" height="25" fill="#48D1CC"/>
<!-- Windows -->
<rect x="112" y="210" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="128" y="200" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="142" y="205" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="162" y="195" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="177" y="210" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="192" y="205" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="207" y="195" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="222" y="210" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="237" y="200" width="4" height="4" fill="url(#windowPattern)"/>
<rect x="252" y="205" width="4" height="4" fill="url(#windowPattern)"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Night Sky -->
<rect x="0" y="0" width="300" height="300" fill="#2E4053" />
<g>
<circle cx="20" cy="20" r="2" fill="#F7DC6F" />
<circle cx="40" cy="80" r="3" fill="#F7DC6F" />
<circle cx="60" cy="40" r="1" fill="#F7DC6F" />
<circle cx="80" cy="100" r="2" fill="#F7DC6F" />
<circle cx="100" cy="60" r="3" fill="#F7DC6F" />
<circle cx="120" cy="20" r="1" fill="#F7DC6F" />
<circle cx="140" cy="80" r="2" fill="#F7DC6F" />
<circle cx="160" cy="40" r="3" fill="#F7DC6F" />
<circle cx="180" cy="100" r="1" fill="#F7DC6F" />
<circle cx="200" cy="60" r="2" fill="#F7DC6F" />
<circle cx="220" cy="20" r="3" fill="#F7DC6F" />
<circle cx="240" cy="80" r="1" fill="#F7DC6F" />
<circle cx="260" cy="40" r="2" fill="#F7DC6F" />
<circle cx="280" cy="100" r="3" fill="#F7DC6F" />
</g>
<!-- Snail Body -->
<ellipse cx="150" cy="220" rx="30" ry="40" fill="#6495ED" stroke="#666" stroke-width="2" />
<ellipse cx="150" cy="240" rx="10" ry="15" fill="#6495ED" stroke="#666" stroke-width="2" />
<!-- City Skyline Shell -->
<g transform="translate(120, 140)">
<rect x="0" y="0" width="60" height="100" fill="#666" rx="5" />
<rect x="10" y="20" width="40" height="60" fill="#999" rx="5" />
<rect x="20" y="40" width="20" height="20" fill="#CCC" rx="5" />
<path d="M 0,0 L 60,0 L 60,100 L 0,100 Z M 10,20 L 50,20 L 50,80 L 10,80 Z" stroke="#666" stroke-width="2" fill="none" />
<circle cx="30" cy="10" r="10" fill="#999" />
<circle cx="30" cy="90" r="10" fill="#999" />
</g>
<!-- Shell Details -->
<g transform="translate(120, 140)">
<path d="M 10,10 L 50,10 L 50,20 L 10,20 Z" fill="#FFF" />
<path d="M 10,80 L 50,80 L 50,90 L 10,90 Z" fill="#FFF" />
<path d="M 10,20 L 10,80" stroke="#666" stroke-width="2" fill="none" />
<path d="M 50,20 L 50,80" stroke="#666" stroke-width="2" fill="none" />
</g>
<!-- Snail Trail -->
<path d="M 150,220 L 160,200 L 170,180 L 180,160 L 190,140 L 200,120" stroke="#6495ED" stroke-width="4" fill="none" stroke-dasharray="10,10" />
</svg>
Judge's Analysis
Player 2's submission more closely adheres to the prompt by depicting a snail with a city skyline shell under a starry night sky.
The skyline is creatively integrated into the snail's shell design, and the starry sky is well-represented.
In contrast, Player 1's image lacks the snail and skyline elements, focusing mainly on a night sky, thus not fully meeting the prompt.
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
"Floating umbrella carrying a fish over a cityscape"
"Floating islands with dancing flamingos in the sky"
"An octopus wearing a top hat, juggling planets while riding a bicycle"
"A spaceship stuck in a giant jelly donut floating in space"
"Glowing jellyfish orbiting a tiny planet in a starry galaxy"
"Chameleon wearing sunglasses, sunbathing on a bright striped beach towel"