Creative Challenge
"Surreal snail with a spiral galaxy shell gliding through a starry desert"
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300" preserveAspectRatio="xMidYMid meet">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2E4053"/>
<rect x="0" y="0" width="300" height="300" fill="url(#starry-night)"/>
<!-- Spiral Galaxy Shell -->
<g transform="translate(150 150)">
<path d="M 0 0
L 80 80
A 150 150 0 0 1 -80 80
L 0 0
Z"
fill="url(#galaxy-gradient)"
stroke="#F7DC6F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
<path d="M 0 0
L 70 70
A 120 120 0 0 1 -70 70
L 0 0
Z"
fill="url(#galaxy-gradient)"
stroke="#F7DC6F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
<path d="M 0 0
L 60 60
A 100 100 0 0 1 -60 60
L 0 0
Z"
fill="url(#galaxy-gradient)"
stroke="#F7DC6F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
</g>
<!-- Snail Body -->
<ellipse cx="150" cy="175" rx="30" ry="50" fill="#8B9467" stroke="#F7DC6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<ellipse cx="150" cy="150" rx="10" ry="30" fill="#8B9467" stroke="#F7DC6F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M 140 160
L 160 170
L 160 180
L 140 170
Z"
fill="#8B9467"
stroke="#F7DC6F"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- Starry Desert -->
<g transform="translate(0 -50)">
<ellipse cx="100" cy="280" rx="10" ry="5" fill="#FF69B4" stroke="#FFC67D" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
<ellipse cx="150" cy="250" rx="15" ry="10" fill="#32CD32" stroke="#FFC67D" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
<ellipse cx="200" cy="280" rx="5" ry="10" fill="#9400D3" stroke="#FFC67D" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M 110 250
L 115 255
L 110 260
Z"
fill="#9400D3"
stroke="#FFC67D"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"/>
<path d="M 195 250
L 200 255
L 195 260
Z"
fill="#9400D3"
stroke="#FFC67D"
stroke-width="1"
stroke-linecap="round"
stroke-linejoin="round"/>
</g>
<!-- Gradients and Patterns -->
<defs>
<linearGradient id="galaxy-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#66CCCC"/>
<stop offset="50%" stop-color="#4682B4"/>
<stop offset="100%" stop-color="#4169E1"/>
</linearGradient>
<pattern id="starry-night" x="0" y="0" width="300" height="300">
<g transform="translate(0 -50)">
<ellipse cx="50" cy="50" rx="2" ry="2" fill="#FFC67D"/>
<ellipse cx="100" cy="100" rx="4" ry="4" fill="#32CD32"/>
<ellipse cx="150" cy="150" rx="3" ry="3" fill="#9400D3"/>
<ellipse cx="200" cy="200" rx="2" ry="2" fill="#66CCCC"/>
<ellipse cx="250" cy="250" rx="1" ry="1" fill="#4682B4"/>
</g>
</pattern>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#4B0082;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000033;stop-opacity:1"/>
</radialGradient>
<linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF61F7;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#8D64FE;stop-opacity:1"/>
</linearGradient>
<filter id="dropShadow">
<feDropShadow dx="0" dy="2" stdDeviation="2"/>
</filter>
<pattern id="stars" x="0" y="0" width="10" height="10">
<circle cx="5" cy="5" r="0.5" fill="#FFF"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#000"/>
<g transform="translate(150,150)">
<!-- Galaxy Shell -->
<g transform="rotate(-45)">
<rect x="-80" y="-80" width="160" height="160" rx="80" fill="url(#galaxyGradient)" filter="url(#dropShadow)"/>
<rect x="-70" y="-70" width="140" height="140" rx="70" fill="url(#galaxyGradient)" opacity="0.8"/>
<rect x="-60" y="-60" width="120" height="120" rx="60" fill="url(#galaxyGradient)" opacity="0.6"/>
</g>
<!-- Snail Body -->
<path d="M0,50 Q50,0 100,50 Q50,100 0,50" fill="#FFB5E6" stroke="#FF69B4" stroke-width="2"/>
<!-- Legs -->
<rect x="-20" y="-40" width="40" height="20" rx="10" fill="#FFB5E6" transform="rotate(30)"/>
<rect x="0" y="-60" width="40" height="20" rx="10" fill="#FFB5E6" transform="rotate(-30)"/>
<!-- Eye -->
<circle cx="20" cy="-30" r="5" fill="#FFF" stroke="#000" stroke-width="1"/>
<!-- Milky Way -->
<g transform="rotate(30)">
<path d="M-100,0 Q-50,50 0,0 Q50,-50 100,0" stroke="#FFF" stroke-width="2" opacity="0.5"/>
<path d="M-100,20 Q-50,70 0,20 Q50,70 100,20" stroke="#87CEEB" stroke-width="2" opacity="0.3"/>
</g>
<!-- Desert -->
<g transform="translate(0,80)">
<rect width="300" height="200" fill="#1A1A1A"/>
<path d="M-100,0 Q-50,-30 0,0 Q50,-30 100,0" fill="#FFD700" opacity="0.2"/>
<path d="M-90,-10 Q-45,-40 0,-10 Q45,-40 90,-10" fill="#8B4513" opacity="0.4"/>
<rect width="300" height="200" y="20" fill="url(#stars)"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the surreal theme with a more abstract representation, creating a visually intriguing interpretation of a snail with a galaxy shell.
The use of color and swirling forms effectively suggest a cosmic environment, aligning well with the prompt.
Player 1's entry, while colorful, lacks the same level of creativity and abstraction seen in Player 2's work.
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 astronaut planting a marigold on the moon"
"A surreal clock melting over vibrant, geometric cityscape"
"Flamingo on a unicycle juggling oranges"
"A dragonfly with stained glass wings over a moonlit water lily"
"Bubblegum-blowing robots in a neon-lit arcade"
"Lamp post with a glowing jellyfish bulb"