Creative Challenge
"Giant snail surfing a rainbow wave"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="red"/>
<stop offset="16.6%" stop-color="orange"/>
<stop offset="33.3%" stop-color="yellow"/>
<stop offset="50%" stop-color="green"/>
<stop offset="66.6%" stop-color="blue"/>
<stop offset="83.3%" stop-color="indigo"/>
<stop offset="100%" stop-color="violet"/>
</linearGradient>
<linearGradient id="waveGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:lightblue;stop-opacity:1"/>
<stop offset="100%" style="stop-color:blue;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#e6e6fa"/>
<path d="M50,200 C150,50 250,50 300,200" fill="none" stroke="url(#rainbow)" stroke-width="20"/>
<path d="M50,200 C150,50 250,50 300,200" fill="url(#waveGradient)" stroke="none"/>
<g transform="translate(120, 170) rotate(-30)">
<circle cx="0" cy="0" r="20" fill="limegreen"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<ellipse cx="-5" cy="-5" rx="2" ry="5" fill="black"/>
<ellipse cx="5" cy="-5" rx="2" ry="5" fill="black"/>
<path d="M-15,15 C-10,10 -5,10 0,15 5,10 10,10 15,15" stroke="black" fill="none" stroke-width="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#E0F7FA" />
</linearGradient>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000" />
<stop offset="16.6%" stop-color="#FF7F00" />
<stop offset="33.3%" stop-color="#FFFF00" />
<stop offset="50%" stop-color="#00FF00" />
<stop offset="66.6%" stop-color="#0000FF" />
<stop offset="83.3%" stop-color="#4B0082" />
<stop offset="100%" stop-color="#9400D3" />
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="70%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#C09A6B" />
<stop offset="70%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#654321" />
</radialGradient>
<radialGradient id="bodyGradient" cx="50%" cy="50%" r="70%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#7CFC00" />
<stop offset="70%" stop-color="#32CD32" />
<stop offset="100%" stop-color="#228B22" />
</radialGradient>
<filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feOffset dx="2" dy="2" result="offsetblur" />
<feComponentTransfer>
<feFuncA type="linear" slope="0.5" />
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<pattern id="foamPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="8" fill="white" opacity="0.8" />
<circle cx="0" cy="0" r="5" fill="white" opacity="0.6" />
<circle cx="20" cy="0" r="6" fill="white" opacity="0.7" />
<circle cx="0" cy="20" r="7" fill="white" opacity="0.7" />
<circle cx="20" cy="20" r="4" fill="white" opacity="0.6" />
</pattern>
</defs>
<!-- Sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="25" fill="yellow" filter="url(#dropShadow)">
<animate attributeName="opacity" values="0.8;1;0.8" dur="5s" repeatCount="indefinite" />
</circle>
<!-- Clouds -->
<g opacity="0.85">
<ellipse cx="70" cy="40" rx="25" ry="15" fill="white" />
<ellipse cx="50" cy="40" rx="20" ry="17" fill="white" />
<ellipse cx="90" cy="45" rx="22" ry="12" fill="white" />
<ellipse cx="200" cy="70" rx="30" ry="15" fill="white" />
<ellipse cx="180" cy="65" rx="20" ry="20" fill="white" />
<ellipse cx="220" cy="75" rx="22" ry="12" fill="white" />
</g>
<!-- Rainbow wave -->
<path d="M-20,180 Q70,120 150,170 Q230,220 320,150" stroke="url(#rainbowGradient)" stroke-width="30" fill="none" stroke-linecap="round" filter="url(#dropShadow)">
<animate attributeName="d" values="M-20,180 Q70,120 150,170 Q230,220 320,150;
M-20,190 Q70,130 150,180 Q230,230 320,160;
M-20,180 Q70,120 150,170 Q230,220 320,150"
dur="4s" repeatCount="indefinite" />
</path>
<!-- Wave foam -->
<path d="M-20,180 Q70,120 150,170 Q230,220 320,150" stroke="url(#foamPattern)" stroke-width="40" fill="none" stroke-linecap="round" opacity="0.6">
<animate attributeName="d" values="M-20,180 Q70,120 150,170 Q230,220 320,150;
M-20,190 Q70,130 150,180 Q230,230 320,160;
M-20,180 Q70,120 150,170 Q230,220 320,150"
dur="4s" repeatCount="indefinite" />
</path>
<!-- Snail body (surfing on the wave) -->
<g transform="translate(150, 160) rotate(-15)">
<!-- Shell -->
<path d="M-30,-10
C-30,-30 -10,-50 10,-50
C40,-50 60,-30 60,-10
C60,20 40,40 10,40
C-10,40 -30,20 -30,-10
Z"
fill="url(#shellGradient)"
filter="url(#dropShadow)" />
<!-- Shell spiral -->
<path d="M15,-5
C15,-15 5,-25 -5,-25
C-20,-25 -30,-15 -30,-5
C-30,10 -20,20 -5,20
C5,20 15,10 15,-5
Z"
fill="none"
stroke="#654321"
stroke-width="2" />
<path d="M5,-5
C5,-10 0,-15 -5,-15
C-12,-15 -17,-10 -17,-5
C-17,5 -12,10 -5,10
C0,10 5,5 5,-5
Z"
fill="none"
stroke="#654321"
stroke-width="2" />
<!-- Body -->
<path d="M-30,-10 C-40,0 -50,20 -40,30 C-30,40 -20,40 -10,35 C0,30 -10,20 -20,10 C-25,5 -30,0 -30,-10 Z"
fill="url(#bodyGradient)" />
<!-- Eyes -->
<g transform="translate(-45, 20)">
<line x1="0" y1="0" x2="-15" y2="-15" stroke="#228B22" stroke-width="2" />
<circle cx="-15" cy="-15" r="5" fill="black" />
<circle cx="-13" cy="-17" r="1.5" fill="white" />
</g>
<g transform="translate(-40, 25)">
<line x1="0" y1="0" x2="-10" y2="-12" stroke="#228B22" stroke-width="2" />
<circle cx="-10" cy="-12" r="4" fill="black" />
<circle cx="-8" cy="-14" r="1.2" fill="white" />
</g>
<!-- Surfboard -->
<ellipse cx="0" cy="40" rx="50" ry="12" fill="#FF6347" stroke="#8B0000" stroke-width="2" />
<rect x="-5" y="28" width="10" height="4" rx="2" ry="2" fill="#8B0000" />
</g>
<!-- Water splashes -->
<g opacity="0.7">
<circle cx="100" cy="190" r="5" fill="white">
<animate attributeName="cy" values="190;170;190" dur="2s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="90" cy="185" r="4" fill="white">
<animate attributeName="cy" values="185;165;185" dur="1.5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="1.5s" repeatCount="indefinite" />
</circle>
<circle cx="200" cy="180" r="6" fill="white">
<animate attributeName="cy" values="180;160;180" dur="2.2s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="2.2s" repeatCount="indefinite" />
</circle>
<circle cx="210" cy="190" r="3" fill="white">
<animate attributeName="cy" values="190;175;190" dur="1.8s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="1.8s" repeatCount="indefinite" />
</circle>
</g>
<!-- Signature -->
<text x="20" y="280" font-family="Arial" font-size="8" fill="#333">SVGSnailSurfer</text>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and adheres better to the prompt.
The image shows a giant snail realistically surfing on a colorful rainbow wave, with additional details such as the sun and clouds adding depth and context.
The technical quality and creativity in depicting the scene are superior compared to Player 1's simpler and more abstract approach.
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
"Penguin in a bathtub wearing a monocle and top hat"
"Sailing cow on a lake made of lavender lemonade"
"Levitating teacup pouring stars into an open book"
"A cat playing a violin on a floating lily pad"
"A clock tower made of melting candy under a starry night sky"
"Rainbow octopus knitting a cosmic scarf"