Creative Challenge
"Snail racing on a rainbow track under a cotton candy sky."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<!-- Sky gradient -->
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffb6e6"/>
<stop offset="100%" stop-color="#ffd1fc"/>
</linearGradient>
<!-- Rainbow stripes pattern for track -->
<linearGradient id="rainbowGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#e60049"/>
<stop offset="14%" stop-color="#ff8c00"/>
<stop offset="28%" stop-color="#f8e71c"/>
<stop offset="42%" stop-color="#7ed321"/>
<stop offset="56%" stop-color="#00a9e0"/>
<stop offset="70%" stop-color="#0a3d62"/>
<stop offset="84%" stop-color="#8b00ff"/>
<stop offset="100%" stop-color="#e60049"/>
</linearGradient>
<!-- Shell spiral pattern -->
<pattern id="shellSpiral" patternUnits="userSpaceOnUse" width="20" height="20">
<path d="M10,10 m0,-10 a10,10 0 1,1 0,20 a10,10 0 1,1 0,-20" fill="none" stroke="#ffde59" stroke-width="2"/>
</pattern>
<!-- Cloud shape -->
<filter id="blurCloud">
<feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
</filter>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Cotton candy clouds -->
<g fill="#ffffff" opacity="0.6" filter="url(#blurCloud)">
<ellipse cx="80" cy="60" rx="50" ry="20"/>
<ellipse cx="150" cy="40" rx="60" ry="25"/>
<ellipse cx="230" cy="70" rx="55" ry="22"/>
<ellipse cx="200" cy="100" rx="70" ry="28"/>
</g>
<!-- Rainbow racing track arcs -->
<g stroke="url(#rainbowGrad)" stroke-width="8" fill="none">
<path d="M300,200 A250,250 0 0,0 0,200"/>
<path d="M290,210 A240,240 0 0,0 10,210"/>
<path d="M280,220 A230,230 0 0,0 20,220"/>
<path d="M270,230 A220,220 0 0,0 30,230"/>
</g>
<!-- Track grass edges -->
<path d="M0,202 C50,180 100,190 150,200 C200,210 250,205 300,200 L300,300 L0,300 Z" fill="#a8e6cf" opacity="0.8"/>
<!-- Snail body -->
<g transform="translate(50,180) scale(0.8)">
<ellipse cx="100" cy="30" rx="80" ry="30" fill="#8d5524"/>
<ellipse cx="160" cy="50" rx="20" ry="10" fill="#8d5524"/>
<ellipse cx="40" cy="50" rx="20" ry="10" fill="#8d5524"/>
<!-- Eye stalks -->
<path d="M150,20 C155,0 170,0 175,20" stroke="#8d5524" stroke-width="5" fill="none"/>
<path d="M60,20 C55,0 40,0 35,20" stroke="#8d5524" stroke-width="5" fill="none"/>
<circle cx="175" cy="20" r="5" fill="#fff"/>
<circle cx="35" cy="20" r="5" fill="#fff"/>
</g>
<!-- Snail shell -->
<g transform="translate(50,140) rotate(-10)">
<circle cx="155" cy="100" r="50" fill="#c44dff"/>
<circle cx="155" cy="100" r="48" fill="url(#shellSpiral)"/>
<circle cx="155" cy="100" r="20" fill="#ffde59" opacity="0.4"/>
</g>
<!-- Motion lines for racing effect -->
<g stroke="#ffffff" stroke-opacity="0.7" stroke-width="2">
<path d="M110,190 q-20,-10 -40,0"/>
<path d="M120,200 q-25,-12 -50,0"/>
<path d="M130,210 q-30,-15 -60,0"/>
</g>
<!-- Finish line flag -->
<g transform="translate(240,120) rotate(-10)">
<rect x="0" y="0" width="4" height="60" fill="#333"/>
<polygon points="4,0 40,10 4,20" fill="#fff" stroke="#333" stroke-width="2"/>
<polygon points="4,20 40,30 4,40" fill="#fff" stroke="#333" stroke-width="2" opacity="0.8"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff99cc"/>
<stop offset="100%" stop-color="#99ccff"/>
</linearGradient>
<radialGradient id="cloud" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="10%" stop-color="#ffffff88"/>
<stop offset="90%" stop-color="#ffffff00"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Cotton candy clouds -->
<ellipse cx="80" cy="40" rx="35" ry="25" fill="url(#cloud)"/>
<ellipse cx="220" cy="70" rx="45" ry="30" fill="url(#cloud)"/>
<ellipse cx="150" cy="20" rx="30" ry="20" fill="url(#cloud)"/>
<!-- Rainbow track -->
<path d="M-20 250 Q150 50 320 250" fill="none" stroke-linecap="round"
stroke-width="24" stroke="url(#rainbow)" stroke-dasharray="8 4"/>
<path d="M-20 255 Q150 55 320 255" fill="none" stroke-linecap="round"
stroke-width="14" stroke="white" stroke-dasharray="4 2"/>
<!-- Racing snails -->
<g transform="translate(60 210)">
<path d="M0 0 Q20 -15 40 0 L30 20 Q20 25 0 20Z" fill="#ff6666"/>
<circle cx="20" cy="5" r="15" fill="url(#shell1)"/>
<path d="M15 0 Q25 -8 35 0" stroke="#ffaa00" fill="none"/>
</g>
<g transform="translate(180 230)">
<path d="M0 0 Q20 -15 40 0 L30 20 Q20 25 0 20Z" fill="#66cc66"/>
<circle cx="20" cy="5" r="15" fill="url(#shell2)"/>
<path d="M15 0 Q25 -8 35 0" stroke="#00aaff" fill="none"/>
</g>
<!-- Shell gradients -->
<defs>
<linearGradient id="shell1">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#ff3300"/>
</linearGradient>
<linearGradient id="shell2" gradientTransform="rotate(45)">
<stop offset="0%" stop-color="#00ffcc"/>
<stop offset="100%" stop-color="#0033ff"/>
</linearGradient>
<linearGradient id="rainbow" x1="0" x2="1" y1="0" y2="0">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="17%" stop-color="#ff9900"/>
<stop offset="33%" stop-color="#ffff00"/>
<stop offset="50%" stop-color="#00ff00"/>
<stop offset="67%" stop-color="#0099ff"/>
<stop offset="83%" stop-color="#6600ff"/>
<stop offset="100%" stop-color="#ff00ff"/>
</linearGradient>
</defs>
<!-- Sparkles -->
<g filter="url(#glow)" opacity="0.8">
<circle cx="50" cy="100" r="2" fill="white"/>
<circle cx="250" cy="150" r="3" fill="gold"/>
<path d="M150 50l2 4 4-2-2-4z" fill="#00ffff"/>
</g>
</svg>
Judge's Analysis
Player 1's submission more closely adheres to the prompt by including a snail with a clear racing theme, as seen in the flag and its position on the rainbow track.
The inclusion of a cotton candy sky is also evident, with the clouds enhancing the scene's whimsical nature.
Player 2's submission, while visually appealing, lacks identifiable snails and has a less clear connection to the racing theme.
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 octopus juggling planets under a starry sky."
"An enormous snail racing a jet airplane through a candy-coated desert."
"An umbrella floating in a teacup on a rainy day."
"A tree growing upside down, roots reaching for the stars."