Creative Challenge
"Surreal snail with a skyscraper shell"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="gradShell" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#8ecae6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#219ebc;stop-opacity:1" />
</linearGradient>
<pattern id="windows" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="3" cy="3" r="1.5" fill="#ffd166"/>
<circle cx="7" cy="3" r="1.5" fill="#ffd166"/>
<circle cx="3" cy="7" r="1.5" fill="#ffd166"/>
<circle cx="7" cy="7" r="1.5" fill="#ffd166"/>
</pattern>
<linearGradient id="gradBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff9f1c;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fb5607;stop-opacity:1" />
</linearGradient>
<radialGradient id="gradHead" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffac81;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff5733;stop-opacity:1" />
</radialGradient>
<linearGradient id="gradTentacles" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#cccccc;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Shell as Skyscraper -->
<g transform="translate(100,80)">
<path d="M50,0
C75,0 100,25 100,50
C100,75 75,100 50,100
C25,100 0,75 0,50
C0,25 25,0 50,0 Z"
fill="url(#gradShell)" stroke="#023047" stroke-width="2"/>
<!-- Windows Pattern -->
<path d="M50,0
C75,0 100,25 100,50
C100,75 75,100 50,100
C25,100 0,75 0,50
C0,25 25,0 50,0 Z"
fill="url(#windows)" opacity="0.6"/>
<!-- Building Details -->
<g fill="none" stroke="#023047" stroke-width="1">
<!-- Vertical lines -->
<line x1="20" y1="0" x2="20" y2="100"/>
<line x1="40" y1="0" x2="40" y2="100"/>
<line x1="60" y1="0" x2="60" y2="100"/>
<line x1="80" y1="0" x2="80" y2="100"/>
</g>
</g>
<!-- Snail Body -->
<ellipse cx="150" cy="180" rx="60" ry="30" fill="url(#gradBody)" stroke="#ff6b6b" stroke-width="2"/>
<!-- Snail Foot -->
<ellipse cx="150" cy="200" rx="50" ry="15" fill="#ff8b94"/>
<!-- Head -->
<circle cx="150" cy="150" r="20" fill="url(#gradHead)" stroke="#ff5722" stroke-width="2"/>
<!-- Tentacles -->
<g>
<path d="M140,140
C135,130 125,130 130,140"
stroke="url(#gradTentacles)" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M160,140
C165,130 175,130 170,140"
stroke="url(#gradTentacles)" stroke-width="3" fill="none" stroke-linecap="round"/>
</g>
<!-- Surreal Elements: Floating Clouds -->
<g>
<ellipse cx="220" cy="60" rx="20" ry="10" fill="#f0efeb" opacity="0.8"/>
<ellipse cx="230" cy="70" rx="15" ry="8" fill="#f0efeb" opacity="0.8"/>
<ellipse cx="210" cy="70" rx="15" ry="8" fill="#f0efeb" opacity="0.8"/>
<ellipse cx="80" cy="40" rx="25" ry="12" fill="#f0efeb" opacity="0.7"/>
<ellipse cx="85" cy="50" rx="20" ry="10" fill="#f0efeb" opacity="0.7"/>
<ellipse cx="75" cy="50" rx="20" ry="10" fill="#f0efeb" opacity="0.7"/>
</g>
<!-- Ground -->
<path d="M0,220
Q150,250 300,220
L300,300
L0,300
Z"
fill="#06d6a0"/>
<!-- Shadows and Highlights -->
<ellipse cx="150" cy="200" rx="50" ry="15" fill="rgba(0,0,0,0.1)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(100,149,237);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(70,130,180);stop-opacity:1" />
</linearGradient>
<linearGradient id="bodyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(205,133,63);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(139,69,19);stop-opacity:1" />
</linearGradient>
<pattern id="windowPattern" x="0" y="0" width=".1" height=".1" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="white" />
<rect x="1" y="1" width="8" height="8" fill="black" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="lightblue"/>
<path d="M100,200 Q150,150 200,200 T300,200" fill="url(#bodyGradient)" stroke="darkred" stroke-width="4"/>
<g transform="translate(150,70)">
<rect x="-30" y="-100" width="60" height="130" fill="url(#shellGradient)" stroke="black" stroke-width="3" />
<rect x="-25" y="-95" width="50" height="120" fill="url(#windowPattern)" />
<rect x="-5" y="-110" width="10" height="10" fill="black" />
<rect x="-5" y="-150" width="3" height="40" fill="darkgray" />
<rect x="2" y="-150" width="3" height="40" fill="darkgray" />
</g>
<circle cx="195" cy="115" r="5" fill="black" />
<circle cx="205" cy="115" r="5" fill="black" />
<path d="M180 110 C180 120, 200 120, 200 110 Q195 125, 180 110" fill="none" stroke="darkred" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's image more effectively aligns with the prompt by incorporating a clear snail form with a skyscraper shell, blending surrealism and creativity.
The composition is balanced and visually appealing, with a clear, imaginative interpretation.
In contrast, Player 2's image lacks clarity in representing the snail and skyscraper concept, appearing more abstract and less cohesive.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"