Creative Challenge
"A snail with a futuristic city on its shell"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1e3c72; stop-opacity:1" />
<stop offset="100%" style="stop-color:#2a5298; stop-opacity:1" />
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff7e5f; stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b; stop-opacity:1" />
</radialGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4b6cb7; stop-opacity:1" />
<stop offset="100%" style="stop-color:#182848; stop-opacity:1" />
</linearGradient>
<pattern id="windowPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="5" height="5" fill="#fff"/>
<rect x="5" y="5" width="5" height="5" fill="#fff"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Snail Body -->
<ellipse cx="150" cy="220" rx="60" ry="30" fill="#6c5b7b" />
<!-- Snail Head -->
<circle cx="90" cy="200" r="20" fill="#c06c84" />
<circle cx="85" cy="195" r="5" fill="#fff" />
<circle cx="95" cy="195" r="5" fill="#fff" />
<path d="M85,205 Q90,210 95,205" stroke="#fff" stroke-width="2" fill="none" />
<!-- Antennae -->
<line x1="80" y1="190" x2="70" y2="180" stroke="#c06c84" stroke-width="3" />
<circle cx="70" cy="180" r="3" fill="#fff" />
<line x1="100" y1="190" x2="110" y2="180" stroke="#c06c84" stroke-width="3" />
<circle cx="110" cy="180" r="3" fill="#fff" />
<!-- Snail Shell -->
<circle cx="150" cy="220" r="60" fill="url(#shellGradient)" stroke="#ffb347" stroke-width="2" />
<!-- Futuristic City on Shell -->
<g transform="translate(150, 220)">
<!-- Buildings -->
<g>
<!-- Building 1 -->
<rect x="-30" y="-40" width="20" height="40" fill="url(#buildingGradient)" />
<rect x="-28" y="-38" width="16" height="16" fill="url(#windowPattern)" />
<rect x="-28" y="-18" width="16" height="16" fill="url(#windowPattern)" />
<!-- Building 2 -->
<rect x="-5" y="-50" width="15" height="50" fill="url(#buildingGradient)" />
<rect x="-3" y="-48" width="9" height="9" fill="url(#windowPattern)" />
<rect x="-3" y="-36" width="9" height="9" fill="url(#windowPattern)" />
<rect x="-3" y="-24" width="9" height="9" fill="url(#windowPattern)" />
<rect x="-3" y="-12" width="9" height="9" fill="url(#windowPattern)" />
<!-- Building 3 -->
<rect x="15" y="-35" width="18" height="35" fill="url(#buildingGradient)" />
<rect x="17" y="-33" width="14" height="14" fill="url(#windowPattern)" />
<rect x="17" y="-19" width="14" height="14" fill="url(#windowPattern)" />
<rect x="17" y="-5" width="14" height="14" fill="url(#windowPattern)" />
<!-- Building 4 -->
<rect x="40" y="-45" width="22" height="45" fill="url(#buildingGradient)" />
<rect x="42" y="-43" width="18" height="18" fill="url(#windowPattern)" />
<rect x="42" y="-25" width="18" height="18" fill="url(#windowPattern)" />
<rect x="42" y="-7" width="18" height="18" fill="url(#windowPattern)" />
</g>
<!-- Roads -->
<path d="M-35,-5 H35" stroke="#fff" stroke-width="2" stroke-dasharray="4 4"/>
<path d="M-25,5 H25" stroke="#fff" stroke-width="2" stroke-dasharray="4 4"/>
<path d="M-15,15 H15" stroke="#fff" stroke-width="2" stroke-dasharray="4 4"/>
<!-- Vehicles -->
<circle cx="-20,-5" cy="5" r="2" fill="#ff6f61"/>
<circle cx="-10,5" cy="5" r="2" fill="#ff6f61"/>
<circle cx="0,15" cy="5" r="2" fill="#ff6f61"/>
<circle cx="10,25" cy="5" r="2" fill="#ff6f61"/>
<circle cx="20,35" cy="5" r="2" fill="#ff6f61"/>
<!-- Sky Elements -->
<circle cx="-25,-30" cy="-30" r="3" fill="#fff"/>
<circle cx="10,-40" cy="-35" r="2" fill="#fff"/>
<circle cx="25,-25" cy="-25" r="3" fill="#fff"/>
</g>
<!-- Decorative Swirls -->
<path d="M150,220 m-60,0 a60,60 0 1,1 120,0 a60,60 0 1,1 -120,0" fill="none" stroke="#ffb347" stroke-width="2" stroke-dasharray="5,5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="shellGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2c3e50"/>
<stop offset="100%" style="stop-color:#3498db"/>
</linearGradient>
<radialGradient id="cityGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#f1c40f"/>
<stop offset="100%" style="stop-color:#e67e22" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Snail Body -->
<path d="M 50,220 C 40,220 30,200 35,180 C 40,160 60,150 80,160"
fill="#95a5a6" stroke="#7f8c8d" stroke-width="2"/>
<path d="M 80,160 C 100,140 120,135 140,145"
fill="#95a5a6" stroke="#7f8c8d" stroke-width="2"/>
<!-- Antennae -->
<path d="M 140,145 C 145,130 150,120 155,115" fill="none" stroke="#7f8c8d" stroke-width="2"/>
<path d="M 135,145 C 130,125 125,115 120,110" fill="none" stroke="#7f8c8d" stroke-width="2"/>
<circle cx="155" cy="115" r="3" fill="#e74c3c"/>
<circle cx="120" cy="110" r="3" fill="#e74c3c"/>
<!-- Shell Base -->
<path d="M 150,150 C 200,150 240,180 240,220 C 240,260 200,290 150,290 C 100,290 60,260 60,220 C 60,180 100,150 150,150"
fill="url(#shellGrad)" stroke="#2c3e50" stroke-width="3"/>
<!-- Futuristic City -->
<g transform="translate(150,220) scale(0.8) rotate(-15)">
<!-- Buildings -->
<rect x="-60" y="-60" width="15" height="80" fill="#ecf0f1"/>
<rect x="-30" y="-90" width="20" height="110" fill="#bdc3c7"/>
<rect x="0" y="-70" width="25" height="90" fill="#95a5a6"/>
<rect x="35" y="-100" width="15" height="120" fill="#7f8c8d"/>
<!-- Building Details -->
<g fill="#f1c40f">
<rect x="-55" y="-55" width="5" height="5"/>
<rect x="-55" y="-40" width="5" height="5"/>
<rect x="-25" y="-85" width="10" height="10"/>
<rect x="5" y="-65" width="15" height="15"/>
<rect x="40" y="-95" width="5" height="80"/>
</g>
<!-- Flying Vehicles -->
<circle cx="-40" cy="-110" r="5" fill="url(#cityGlow)"/>
<circle cx="20" cy="-120" r="3" fill="url(#cityGlow)"/>
<circle cx="45" cy="-115" r="4" fill="url(#cityGlow)"/>
</g>
<!-- Shell Highlights -->
<path d="M 150,160 C 190,160 220,185 220,215"
fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="5"/>
<path d="M 140,170 C 180,170 200,190 200,220"
fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="3"/>
</svg>
Judge's Analysis
Player 2's submission features a more cohesive and visually appealing design, integrating the futuristic city elements with the snail shell effectively.
The use of color and shapes creates a more dynamic and engaging representation of the theme.
Player 1's image, while creative, lacks the same level of technical refinement and compositional strength.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"