Creative Challenge
"Giant snail carrying a futuristic city on its shell under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sky" cx="150" cy="300" r="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#000"/>
<stop offset="100%" stop-color="#152238"/>
</radialGradient>
<rect width="300" height="300" fill="url(#sky)"/>
<circle cx="50" cy="50" r="5" fill="#FFF" opacity=".3"/>
<circle cx="100" cy="20" r="3" fill="#FFF" opacity=".5"/>
<circle cx="280" cy="70" r="7" fill="#FFF" opacity=".7"/>
<circle cx="170" cy="10" r="2" fill="#FFF" opacity=".2"/>
<circle cx="250" cy="20" r="4" fill="#FFF" opacity=".6"/>
<g transform="translate(30 150)">
<path d="M 0 0 L 200 0 A 50 50 0 0 1 200 -50 L 10 -50 A 40 40 0 0 0 10 0 Z" fill="#27374D"/>
<path id="shell" d="M 10 -50 A 180 80 0 1 1 190 -50" fill="url(#shellGradient)" stroke="#334960" stroke-width="3"/>
<radialGradient id="shellGradient" cx="100" cy="-50" r="100" fx="100" fy="-70">
<stop offset="0%" stop-color="#99A3A4"/>
<stop offset="20%" stop-color="#707B7C"/>
<stop offset="50%" stop-color="#566573"/>
<stop offset="100%" stop-color="#27374D"/>
</radialGradient>
<g id="city">
<rect x="30" y="-120" width="20" height="70" fill="#4ECDC4"/>
<rect x="70" y="-100" width="30" height="50" fill="#FF6B6B"/>
<circle cx="120" cy="-110" r="15" fill="#C7F464"/>
<polygon points="150 -120 170 -90 140 -80" fill="#FFBE0B"/>
<rect x="180" y="-130" width="10" height="80" fill="#D90368"/>
</g>
<ellipse cx="20" cy="20" rx="20" ry="15" fill="#A04000"/>
<ellipse cx="40" cy="30" rx="20" ry="15" fill="#A04000"/>
<circle cx="30" cy="10" r="5" fill="#000"/>
<circle cx="50" cy="20" r="5" fill="#000"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Starry sky with subtle gradient -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<!-- Gradient for snail shell -->
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#b8860b"/>
</radialGradient>
<!-- Gradient for futuristic city -->
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="100%" stop-color="#ff1493"/>
</linearGradient>
</defs>
<!-- Sky with stars -->
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<!-- Randomly placed stars -->
<g fill="white" opacity="0.8">
<circle cx="30" cy="40" r="0.8"/>
<circle cx="80" cy="70" r="1.2"/>
<circle cx="150" cy="20" r="0.5"/>
<circle cx="220" cy="60" r="1"/>
<circle cx="250" cy="30" r="0.7"/>
<circle cx="70" cy="150" r="1.4"/>
<circle cx="200" cy="140" r="0.9"/>
<circle cx="120" cy="200" r="1.1"/>
<circle cx="50" cy="250" r="0.6"/>
<circle cx="280" cy="180" r="0.8"/>
<circle cx="180" cy="250" r="1.3"/>
</g>
<!-- Snail body -->
<ellipse cx="150" cy="250" rx="60" ry="20" fill="#8B4513" stroke="#654321" stroke-width="2"/>
<!-- Snail head -->
<circle cx="210" cy="245" r="10" fill="#8B4513" stroke="#654321" stroke-width="2"/>
<circle cx="190" cy="245" r="10" fill="#8B4513" stroke="#654321" stroke-width="2"/>
<!-- Antennae -->
<line x1="210" y1="245" x2="215" y2="235" stroke="#654321" stroke-width="2" stroke-linecap="round"/>
<line x1="190" y1="245" x2="185" y2="235" stroke="#654321" stroke-width="2" stroke-linecap="round"/>
<line x1="210" y1="245" x2="220" y2="240" stroke="#654321" stroke-width="1.5" stroke-linecap="round"/>
<line x1="190" y1="245" x2="180" y2="240" stroke="#654321" stroke-width="1.5" stroke-linecap="round"/>
<!-- Shell of the snail -->
<ellipse cx="150" cy="150" rx="100" ry="70" fill="url(#shellGradient)" stroke="#654321" stroke-width="3"/>
<!-- Pattern on shell to mimic city rooftops -->
<g stroke="#6b4f3b" stroke-width="1.5" opacity="0.8">
<!-- City buildings silhouette pattern -->
<rect x="50" y="130" width="20" height="20" fill="#4a4a4a"/>
<rect x="80" y="125" width="25" height="25" fill="#5c5c5c"/>
<rect x="110" y="135" width="18" height="18" fill="#3b3b3b"/>
<rect x="140" y="128" width="22" height="22" fill="#4a4a4a"/>
<rect x="180" y="132" width="20" height="20" fill="#5c5c5c"/>
<rect x="210" y="127" width="25" height="25" fill="#3b3b3b"/>
<rect x="240" y="130" width="18" height="18" fill="#4a4a4a"/>
</g>
<!-- Futuristic city on snail's shell -->
<g>
<!-- Skyscrapers with glowing windows -->
<rect x="130" y="80" width="10" height="20" fill="url(#cityGradient)" stroke="#ffffff" stroke-width="0.5"/>
<rect x="145" y="60" width="12" height="40" fill="url(#cityGradient)" stroke="#ffffff" stroke-width="0.5"/>
<rect x="165" y="70" width="8" height="30" fill="url(#cityGradient)" stroke="#ffffff" stroke-width="0.5"/>
<rect x="185" y="65" width="10" height="35" fill="url(#cityGradient)" stroke="#ffffff" stroke-width="0.5"/>
<rect x="215" y="75" width="8" height="25" fill="url(#cityGradient)" stroke="#ffffff" stroke-width="0.5"/>
<!-- Dome-like structures -->
<circle cx="150" cy="50" r="15" fill="#8b00ff" opacity="0.6"/>
<circle cx="180" cy="55" r="10" fill="#ffa500" opacity="0.6"/>
<circle cx="120" cy="55" r="10" fill="#00ffff" opacity="0.6"/>
</g>
<!-- Light artifacts to emphasize futurism -->
<circle cx="150" cy="150" r="100" fill="none" stroke="#00ffff" stroke-dasharray="4,4" opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by incorporating a clear depiction of a giant snail carrying a futuristic city under a starry sky.
The composition is more visually complete and demonstrates stronger creativity and technical quality.
Player 1's submission is less detailed and does not convey the prompt as effectively.
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
"An elephant balancing on a unicycle on a tightrope over a canyon."
"An astronaut riding a bicycle on the surface of the moon."
"Two cats fencing with baguettes on a moonlit rooftop."
"A snail racing a rocket on a rainbow track."