Creative Challenge
"A snail in a race car speeding past cheering mushrooms."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
<linearGradient id="grassGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#A2D149"/>
<stop offset="100%" stop-color="#6BA835"/>
</linearGradient>
<linearGradient id="carBodyGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00B4DB"/>
<stop offset="100%" stop-color="#0083B0"/>
</linearGradient>
<radialGradient id="shellGrad" cx="50%" cy="50%" r="50%">
<stop offset="20%" stop-color="#D2A679"/>
<stop offset="100%" stop-color="#8B5A2B"/>
</radialGradient>
<radialGradient id="mushCapGrad" cx="50%" cy="30%" r="50%">
<stop offset="0%" stop-color="#FF4B4B"/>
<stop offset="100%" stop-color="#C70000"/>
</radialGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
<feOffset in="blur" dx="2" dy="2" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<ellipse cx="150" cy="310" rx="200" ry="100" fill="url(#grassGrad)"/>
<!-- Track -->
<path d="M0,230 Q150,200 300,230 L300,260 Q150,230 0,260 Z" fill="#C2B280" opacity="0.7"/>
<line x1="0" y1="245" x2="300" y2="245" stroke="#FFF" stroke-dasharray="10,10" stroke-width="2"/>
<!-- Speed lines -->
<g stroke="#FFF" stroke-width="2" stroke-linecap="round" opacity="0.6">
<line x1="180" y1="200" x2="150" y2="195"/>
<line x1="180" y1="210" x2="140" y2="205"/>
<line x1="180" y1="220" x2="130" y2="215"/>
</g>
<!-- Snail Race Car -->
<g transform="translate(160,170)">
<!-- Wheels -->
<circle cx="20" cy="40" r="12" fill="#333" filter="url(#shadow)"/>
<circle cx="100" cy="40" r="12" fill="#333" filter="url(#shadow)"/>
<circle cx="20" cy="40" r="6" fill="#666"/>
<circle cx="100" cy="40" r="6" fill="#666"/>
<!-- Car Body -->
<path d="M0,30 L120,30 L110,20 Q100,0 80,10 L40,10 Q20,0 10,20 Z" fill="url(#carBodyGrad)" stroke="#005f73" stroke-width="2"/>
<!-- Snail Body -->
<path d="M50,20 Q20,20 20,40 Q20,60 50,60 Q80,60 80,40 Q80,20 50,20 Z" fill="#F4A261" stroke="#E76F51" stroke-width="2"/>
<!-- Snail Eye Stalks -->
<path d="M30,20 Q28,5 35,5 Q42,5 40,20" stroke="#E76F51" stroke-width="2" fill="none"/>
<path d="M70,20 Q68,5 75,5 Q82,5 80,20" stroke="#E76F51" stroke-width="2" fill="none"/>
<circle cx="35" cy="5" r="3" fill="#264653"/>
<circle cx="75" cy="5" r="3" fill="#264653"/>
<!-- Shell -->
<circle cx="60" cy="40" r="25" fill="url(#shellGrad)" stroke="#8B5A2B" stroke-width="2"/>
<path d="M60,15 A25,25 0 0,1 85,60" fill="none" stroke="#8B5A2B" stroke-width="2"/>
<path d="M60,25 A15,15 0 0,1 75,55" fill="none" stroke="#8B5A2B" stroke-width="2"/>
</g>
<!-- Cheering Mushrooms -->
<g filter="url(#shadow)">
<!-- Mushroom 1 -->
<g transform="translate(50,220)">
<ellipse cx="0" cy="0" rx="15" ry="8" fill="url(#mushCapGrad)"/>
<ellipse cx="0" cy="0" rx="15" ry="8" fill="url(#mushCapGrad)" opacity="0.8"/>
<rect x="-5" y="0" width="10" height="20" fill="#FFF"/>
<circle cx="-5" cy="-2" r="3" fill="#FFF"/>
<circle cx="3" cy="2" r="2.5" fill="#FFF"/>
<circle cx="0" cy="5" r="2" fill="#FFF"/>
<!-- Arms -->
<path d="M-5,12 Q-10,10 -12,14" stroke="#6BA835" stroke-width="2" fill="none"/>
<path d="M5,12 Q10,10 12,14" stroke="#6BA835" stroke-width="2" fill="none"/>
</g>
<!-- Mushroom 2 -->
<g transform="translate(90,230) scale(0.9)">
<ellipse cx="0" cy="0" rx="18" ry="9" fill="url(#mushCapGrad)"/>
<rect x="-6" y="0" width="12" height="22" fill="#FFF"/>
<circle cx="-4" cy="-3" r="3" fill="#FFF"/>
<circle cx="4" cy="1" r="2" fill="#FFF"/>
</g>
<!-- Mushroom 3 -->
<g transform="translate(30,250) scale(0.8)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#mushCapGrad)"/>
<rect x="-7" y="0" width="14" height="24" fill="#FFF"/>
<circle cx="-1" cy="-2" r="3" fill="#FFF"/>
<circle cx="6" cy="3" r="2" fill="#FFF"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="carGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff4e50"/>
<stop offset="100%" stop-color="#f9d423"/>
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#6a3093"/>
<stop offset="100%" stop-color="#a044ff"/>
</radialGradient>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87ceeb"/>
<stop offset="1" stop-color="#ffffff"/>
</linearGradient>
<pattern id="speedLines" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(20)">
<line x1="0" y1="0" x2="0" y2="10" stroke="#fff" stroke-width="2" opacity="0.3"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<rect width="300" height="300" fill="url(#speedLines)"/>
<g id="mushrooms">
<g transform="translate(50,220)">
<ellipse cx="0" cy="0" rx="20" ry="8" fill="#4b2e83"/>
<rect x="-12" y="0" width="24" height="40" rx="12" ry="12" fill="#fff"/>
<circle cx="-8" cy="-5" r="3" fill="#ff5e78"/>
<circle cx="5" cy="-12" r="2.5" fill="#ff5e78"/>
<path d="M -10,10 l -5,5 M 10,10 l 5,5" stroke="#4b2e83" stroke-width="2"/>
</g>
<g transform="translate(120,235) scale(0.9)">
<ellipse cx="0" cy="0" rx="15" ry="6" fill="#3b1f72"/>
<rect x="-10" y="0" width="20" height="32" rx="10" ry="10" fill="#fff"/>
<circle cx="-5" cy="-4" r="2.5" fill="#ff5e78"/>
<circle cx="4" cy="-9" r="2" fill="#ff5e78"/>
<path d="M -8,8 l -4,4 M 8,8 l 4,4" stroke="#3b1f72" stroke-width="1.5"/>
</g>
<g transform="translate(200,215) scale(1.1)">
<ellipse cx="0" cy="0" rx="18" ry="7" fill="#5a3c91"/>
<rect x="-11" y="0" width="22" height="36" rx="11" ry="11" fill="#fff"/>
<circle cx="-6" cy="-6" r="3" fill="#ff5e78"/>
<circle cx="6" cy="-10" r="2.8" fill="#ff5e78"/>
<path d="M -9,9 l -6,6 M 9,9 l 6,6" stroke="#5a3c91" stroke-width="1.8"/>
</g>
</g>
<g id="raceCar" transform="translate(20,150) scale(1.2) rotate(-5)">
<rect x="0" y="30" width="160" height="40" rx="10" ry="10" fill="url(#carGradient)"/>
<ellipse cx="20" cy="80" rx="20" ry="20" fill="#333"/>
<ellipse cx="140" cy="80" rx="20" ry="20" fill="#333"/>
<ellipse cx="20" cy="80" rx="12" ry="12" fill="#999"/>
<ellipse cx="140" cy="80" rx="12" ry="12" fill="#999"/>
<path d="M50,30 Q80,0 110,30" fill="url(#shellGradient)" stroke="#552dbe" stroke-width="3"/>
<circle cx="80" cy="30" r="8" fill="#fff"/>
<circle cx="80" cy="30" r="4" fill="#000"/>
<path d="M30,50 L40,50 L38,60 L32,60 Z" fill="#6a3093"/>
<path d="M120,50 L130,50 L128,60 L122,60 Z" fill="#6a3093"/>
</g>
<text x="150" y="285" text-anchor="middle" font-family="sans-serif" font-size="14" fill="#555">Zooming to Victory!</text>
</svg>
Judge's Analysis
Player 1's image captures the prompt more effectively with a clear depiction of a snail in a race car speeding past cheering mushrooms.
The inclusion of both the race car and mushrooms creates a more cohesive and complete narrative.
Player 2's image, while creative, lacks the cheering mushrooms and does not adhere to the prompt as closely.
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 chameleon blending into a vibrant plaid pattern."
"An octopus juggling planets under a disco ball."
"A cactus wearing a top hat and juggling three moons."