Creative Challenge
"A snail racing against a turtle on a winding garden path."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a3d5ff"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<linearGradient id="pathGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#dbc29c"/>
<stop offset="100%" stop-color="#f0e1c2"/>
</linearGradient>
<radialGradient id="snailShell" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#f2d7e3"/>
<stop offset="100%" stop-color="#c87cbf"/>
</radialGradient>
<radialGradient id="turtleShellGrad" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
<stop offset="0%" stop-color="#d4f1a4"/>
<stop offset="100%" stop-color="#63a307"/>
</radialGradient>
<pattern id="turtleShellPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<polygon points="10,0 20,5 20,15 10,20 0,15 0,5" fill-opacity="0.3" fill="#4b8b3b"/>
</pattern>
<pattern id="grassPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,10 l5,-10 l5,10" stroke="#5a9e21" stroke-width="1"/>
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Grass -->
<rect y="200" width="300" height="100" fill="url(#grassPattern)"/>
<!-- Winding path -->
<path d="M -50,250 C 50,230 120,180 180,220 S 300,190 350,170 L 350,300 L -50,300 Z" fill="url(#pathGrad)"/>
<!-- Flowers -->
<g>
<circle cx="60" cy="220" r="6" fill="#ff6f91"/>
<circle cx="65" cy="218" r="3" fill="#ffffff"/>
<circle cx="150" cy="240" r="5" fill="#ffdd57"/>
<circle cx="154" cy="237" r="2" fill="#ffffff"/>
<circle cx="230" cy="210" r="7" fill="#ff8177"/>
<circle cx="234" cy="207" r="3" fill="#ffffff"/>
</g>
<!-- Turtle racer -->
<g transform="translate(185,200) scale(0.8)">
<!-- Legs -->
<ellipse cx="0" cy="20" rx="8" ry="12" fill="#76b852"/>
<ellipse cx="40" cy="20" rx="8" ry="12" fill="#76b852"/>
<ellipse cx="0" cy="45" rx="8" ry="12" fill="#76b852"/>
<ellipse cx="40" cy="45" rx="8" ry="12" fill="#76b852"/>
<!-- Head -->
<ellipse cx="50" cy="10" rx="10" ry="12" fill="#76b852"/>
<circle cx="55" cy="5" r="2" fill="#000"/>
<!-- Shell -->
<ellipse cx="20" cy="30" rx="30" ry="24" fill="url(#turtleShellGrad)"/>
<ellipse cx="20" cy="30" rx="30" ry="24" fill="url(#turtleShellPattern)"/>
</g>
<!-- Snail racer -->
<g transform="translate(50,230) scale(0.6)">
<!-- Body -->
<path d="M0,0 q40,-10 80,0 q-10,20 -80,0 Z" fill="#b69c7b"/>
<!-- Head and tentacles -->
<circle cx="0" cy="0" r="10" fill="#b69c7b"/>
<line x1="0" y1="-10" x2="-5" y2="-30" stroke="#b69c7b" stroke-width="4" stroke-linecap="round"/>
<line x1="0" y1="-10" x2="5" y2="-30" stroke="#b69c7b" stroke-width="4" stroke-linecap="round"/>
<circle cx="-5" cy="-30" r="3" fill="#000"/>
<circle cx="5" cy="-30" r="3" fill="#000"/>
<!-- Shell -->
<circle cx="40" cy="-10" r="30" fill="url(#snailShell)"/>
<path d="M40,-10 a20,20 0 1,1 -1,0 a15,15 0 1,0 1,0 a10,10 0 1,1 -1,0 a5,5 0 1,0 1,0 Z"
fill="none" stroke="#af5bb1" stroke-width="2"/>
</g>
<!-- Motion lines -->
<g stroke="#ffffff" stroke-width="2" opacity="0.6">
<path d="M80,240 q10,-20 20,0" fill="none"/>
<path d="M180,210 q10,-20 20,0" fill="none"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grassGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#7cb342"/>
<stop offset="100%" style="stop-color:#558b2f"/>
</linearGradient>
<pattern id="pathPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="2" fill="#d4a45f"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#e8f5e9"/>
<!-- Winding Path -->
<path d="M50,250 Q100,200 150,220 T250,180 T150,120 T250,60"
stroke="#d4a45f" stroke-width="30" fill="none"/>
<path d="M50,250 Q100,200 150,220 T250,180 T150,120 T250,60"
stroke="url(#pathPattern)" stroke-width="28" fill="none"/>
<!-- Grass patches -->
<path d="M0,300 Q150,260 300,300" fill="url(#grassGradient)"/>
<!-- Turtle -->
<g transform="translate(180,160) scale(0.8) rotate(-15)">
<ellipse cx="0" cy="0" rx="25" ry="20" fill="#2e7d32"/>
<path d="M-25,-5 Q-30,-20 -20,-25 T0,-20 T20,-25 T25,-5" fill="#1b5e20"/>
<circle cx="-10" cy="-5" r="3" fill="black"/>
<path d="M-20,10 L-30,20 M20,10 L30,20" stroke="#2e7d32" stroke-width="4"/>
</g>
<!-- Snail -->
<g transform="translate(100,200) scale(0.6)">
<path d="M0,0 Q-20,-20 -40,-10 T-60,10" fill="none" stroke="#ff6f00" stroke-width="8"/>
<path d="M0,0 C20,-10 40,-10 50,0 C60,10 60,30 50,40 C30,55 10,55 0,40 C-10,30 -10,10 0,0"
fill="#ef6c00"/>
<path d="M50,0 A30,30 0 1,1 50,40" fill="#ff9800"/>
<circle cx="45" cy="10" r="5" fill="black"/>
<circle cx="45" cy="10" r="2" fill="white"/>
</g>
<!-- Finish line -->
<g transform="translate(250,60)">
<rect x="-15" y="-40" width="30" height="40" fill="white"/>
<rect x="-15" y="-40" width="15" height="10" fill="black"/>
<rect x="0" y="-30" width="15" height="10" fill="black"/>
<rect x="-15" y="-20" width="15" height="10" fill="black"/>
<rect x="0" y="-10" width="15" height="10" fill="black"/>
</g>
<!-- Decorative elements -->
<circle cx="50" cy="50" r="20" fill="#ffeb3b" opacity="0.3"/>
<circle cx="270" cy="270" r="15" fill="#ffeb3b" opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's submission is more creative and adheres better to the prompt by illustrating a clear winding garden path and a visible finish line.
The composition is dynamic, and the characters are stylized in a way that adds charm.
While Player 1's submission is visually clean, it lacks the energy and detailed context that Player 2's image provides.
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 flaming swords underwater."
"A snail racing against a cheetah on a winding rainbow track."
"A cactus wearing sunglasses surfing on a slice of pizza."
"A single tree growing metallic gears instead of leaves."