Creative Challenge
"A snail racing against a tortoise on a track with cheering mushrooms in the stands."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#1E90FF" />
</radialGradient>
<linearGradient id="trackGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<linearGradient id="grassGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#7CFC00" />
<stop offset="100%" stop-color="#228B22" />
</linearGradient>
<pattern id="crowdPattern" width="30" height="30" patternUnits="userSpaceOnUse">
<circle cx="15" cy="15" r="10" fill="#FF6347" opacity="0.3" />
</pattern>
<filter id="shadow" 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>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stands with mushroom crowd -->
<g id="stands">
<path d="M0,100 L50,70 L250,70 L300,100 L300,150 L0,150 Z" fill="url(#crowdPattern)" stroke="#555" stroke-width="1" />
<rect x="0" y="150" width="300" height="20" fill="#8B4513" />
</g>
<!-- Mushroom spectators -->
<g id="mushrooms">
<!-- Row 1 -->
<g transform="translate(30, 80)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#FF5555" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#FFDDDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(70, 85)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#5588FF" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#DDDDFF" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(110, 75)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#FFAA55" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#FFEEDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(150, 80)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#AA55FF" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#EEDDFF" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(190, 85)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#55FF55" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#DDFFDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(230, 75)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#FF55AA" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#FFDDEE" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<!-- Row 2 (slightly behind) -->
<g transform="translate(50, 95)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#FFFF55" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#FFFFDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(90, 90)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#55FFFF" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#DDFFFF" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(130, 95)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#FF5555" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#FFDDDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(170, 90)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#AA77FF" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#EEDDFF" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
<g transform="translate(210, 95)" filter="url(#shadow)">
<path d="M0,0 Q10,-15 20,0 T40,0 Q40,15 20,15 Q0,15 0,0 Z" fill="#77FF77" stroke="#FFF" stroke-width="0.5" />
<rect x="17" y="15" width="6" height="10" fill="#DDFFDD" />
<circle cx="7" cy="5" r="2" fill="white" />
<circle cx="15" cy="2" r="1.5" fill="white" />
<circle cx="25" cy="3" r="2" fill="white" />
<circle cx="33" cy="5" r="1.5" fill="white" />
</g>
</g>
<!-- Race track -->
<rect x="0" y="170" width="300" height="80" fill="url(#trackGradient)" />
<rect x="10" y="180" width="280" height="60" fill="#D2B48C" stroke="#8B4513" stroke-width="2" rx="5" ry="5" />
<line x1="10" y1="210" x2="290" y2="210" stroke="white" stroke-width="2" stroke-dasharray="10,5" />
<!-- Start/Finish lines -->
<rect x="20" y="180" width="5" height="60" fill="black" />
<rect x="275" y="180" width="5" height="60" fill="black" />
<!-- Grass field -->
<rect x="0" y="250" width="300" height="50" fill="url(#grassGradient)" />
<!-- Tortoise -->
<g id="tortoise" transform="translate(120, 190)" filter="url(#shadow)">
<!-- Shell -->
<ellipse cx="0" cy="0" rx="20" ry="15" fill="#5D4037" />
<path d="M-18,-3 Q0,-15 18,-3 Q20,5 18,12 Q0,20 -18,12 Q-20,5 -18,-3 Z" fill="#8D6E63" />
<path d="M-15,-2 Q0,-12 15,-2 Q17,4 15,10 Q0,16 -15,10 Q-17,4 -15,-2 Z" fill="#A1887F" />
<path d="M-10,-1 Q0,-8 10,-1 Q12,3 10,7 Q0,11 -10,7 Q-12,3 -10,-1 Z" fill="#BCAAA4" />
<!-- Head -->
<ellipse cx="22" cy="5" rx="8" ry="6" fill="#8D6E63" />
<circle cx="25" cy="3" r="1" fill="black" />
<!-- Legs -->
<ellipse cx="-15" cy="12" rx="6" ry="4" fill="#8D6E63" />
<ellipse cx="15" cy="12" rx="6" ry="4" fill="#8D6E63" />
<ellipse cx="-15" cy="-8" rx="6" ry="4" fill="#8D6E63" />
<ellipse cx="15" cy="-8" rx="6" ry="4" fill="#8D6E63" />
<!-- Race number -->
<circle cx="0" cy="0" r="8" fill="white" />
<text x="0" y="4" font-family="Arial" font-size="10" text-anchor="middle" fill="black">2</text>
</g>
<!-- Snail -->
<g id="snail" transform="translate(200, 230)" filter="url(#shadow)">
<!-- Shell -->
<path d="M-5,-15 A20,20 0 1,0 -5,15 L-25,15 L-25,-15 Z" fill="#FF9800" />
<path d="M-5,-10 A15,15 0 1,0 -5,10 L-20,10 L-20,-10 Z" fill="#FFA726" />
<path d="M-5,-5 A10,10 0 1,0 -5,5 L-15,5 L-15,-5 Z" fill="#FFB74D" />
<!-- Body -->
<path d="M-5,-15 Q10,-15 15,-5 Q20,5 15,15 L-5,15 Z" fill="#8BC34A" />
<!-- Eyes on stalks -->
<path d="M15,-5 Q20,-15 25,-15" fill="none" stroke="#8BC34A" stroke-width="2" />
<path d="M15,5 Q20,15 25,15" fill="none" stroke="#8BC34A" stroke-width="2" />
<circle cx="25" cy="-15" r="2" fill="black" />
<circle cx="25" cy="15" r="2" fill="black" />
<!-- Race number -->
<circle cx="5" cy="0" r="6" fill="white" />
<text x="5" y="3" font-family="Arial" font-size="8" text-anchor="middle" fill="black">1</text>
<!-- Slime trail -->
<path d="M-25,15 C-35,15 -45,10 -55,15 C-65,20 -75,15 -85,15 C-95,15 -105,10 -115,15" fill="none" stroke="#AADDDD" stroke-width="3" />
</g>
<!-- Race banner -->
<g transform="translate(150, 40)">
<rect x="-100" y="0" width="200" height="30" rx="5" ry="5" fill="#FF5252" stroke="#B71C1C" stroke-width="2" />
<text x="0" y="20" font-family="Arial" font-weight="bold" font-size="16" text-anchor="middle" fill="white">SLOW AND STEADY RACE</text>
</g>
<!-- Clouds -->
<g opacity="0.8">
<ellipse cx="50" cy="30" rx="20" ry="10" fill="white" />
<ellipse cx="70" cy="35" rx="15" ry="8" fill="white" />
<ellipse cx="30" cy="35" rx="15" ry="8" fill="white" />
<ellipse cx="200" cy="25" rx="25" ry="12" fill="white" />
<ellipse cx="225" cy="30" rx="15" ry="10" fill="white" />
<ellipse cx="180" cy="30" rx="18" ry="9" fill="white" />
</g>
<!-- Sun -->
<g transform="translate(250, 30)">
<circle cx="0" cy="0" r="15" fill="yellow" />
<g stroke="orange" stroke-width="2">
<line x1="0" y1="-20" x2="0" y2="-30" />
<line x1="0" y1="20" x2="0" y2="30" />
<line x1="-20" y1="0" x2="-30" y2="0" />
<line x1="20" y1="0" x2="30" y2="0" />
<line x1="-14" y1="-14" x2="-20" y2="-20" />
<line x1="14" y1="-14" x2="20" y2="-20" />
<line x1="-14" y1="14" x2="-20" y2="20" />
<line x1="14" y1="14" x2="20" y2="20" />
</g>
</g>
<!-- Finish flag waving -->
<g transform="translate(275, 170)">
<path d="M0,0 Q5,-5 10,0 Q15,5 20,0 Q25,-5 30,0 L30,30 Q25,25 20,30 Q15,35 10,30 Q5,25 0,30 Z" fill="white" />
<rect x="5" y="5" width="5" height="5" fill="black" />
<rect x="15" y="5" width="5" height="5" fill="black" />
<rect x="25" y="5" width="5" height="5" fill="black" />
<rect x="0" y="10" width="5" height="5" fill="black" />
<rect x="10" y="10" width="5" height="5" fill="black" />
<rect x="20" y="10" width="5" height="5" fill="black" />
<rect x="5" y="15" width="5" height="5" fill="black" />
<rect x="15" y="15" width="5" height="5" fill="black" />
<rect x="25" y="15" width="5" height="5" fill="black" />
<rect x="0" y="20" width="5" height="5" fill="black" />
<rect x="10" y="20" width="5" height="5" fill="black" />
<rect x="20" y="20" width="5" height="5" fill="black" />
<rect x="5" y="25" width="5" height="5" fill="black" />
<rect x="15" y="25" width="5" height="5" fill="black" />
<rect x="25" y="25" width="5" height="5" fill="black" />
<rect x="-2" y="0" width="2" height="40" fill="#555" />
</g>
<!-- Speech bubbles from mushrooms -->
<g>
<path d="M50,75 L60,65 L80,70 L75,80 Z" fill="white" stroke="#333" stroke-width="0.5" />
<text x="70" y="73" font-family="Arial" font-size="5" text-anchor="middle">Go!</text>
<path d="M130,70 L140,60 L160,65 L155,75 Z" fill="white" stroke="#333" stroke-width="0.5" />
<text x="150" y="68" font-family="Arial" font-size="5" text-anchor="middle">Faster!</text>
<path d="M200,80 L210,70 L230,75 L225,85 Z" fill="white" stroke="#333" stroke-width="0.5" />
<text x="220" y="78" font-family="Arial" font-size="5" text-anchor="middle">Wow!</text>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="trackGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#555" />
<stop offset="100%" stop-color="#333" />
</linearGradient>
<linearGradient id="laneGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ccc"/>
<stop offset="100%" stop-color="#eee"/>
</linearGradient>
<radialGradient id="snailShell" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffa"/>
<stop offset="100%" stop-color="#f80"/>
</radialGradient>
<radialGradient id="tortShell" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#8f5"/>
<stop offset="100%" stop-color="#3a1"/>
</radialGradient>
<radialGradient id="mushCap" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f88"/>
<stop offset="100%" stop-color="#c33"/>
</radialGradient>
<pattern id="grassPattern" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
<rect width="10" height="10" fill="#6b8e23"/>
<path d="M0,10 L10,0" stroke="#556b2f" stroke-width="2"/>
</pattern>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.5"/>
</filter>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#grassPattern)" />
<rect y="0" height="120" width="300" fill="skyblue"/>
<!-- Stands with mushrooms -->
<g transform="translate(0,120)">
<rect width="300" height="60" fill="#444" />
<g id="mushroom">
<ellipse cx="0" cy="0" rx="12" ry="6" fill="#fff" />
<path d="M-12,0 a12,6 0 0,1 24,0 v10 h-24z" fill="url(#mushCap)"/>
<rect x="-4" y="10" width="8" height="10" fill="#fff"/>
<circle cx="0" cy="2" r="2" fill="#fff"/>
<circle cx="-6" cy="4" r="1.5" fill="#fff"/>
<circle cx="6" cy="3" r="1.8" fill="#fff"/>
</g>
<use href="#mushroom" x="20" y="-10"/>
<use href="#mushroom" x="60" y="5" transform="scale(1.1)"/>
<use href="#mushroom" x="100" y="-5" transform="scale(0.9)"/>
<use href="#mushroom" x="140" y="0"/>
<use href="#mushroom" x="180" y="8" transform="scale(1.2)"/>
<use href="#mushroom" x="220" y="-8" transform="scale(0.8)"/>
<use href="#mushroom" x="260" y="2" transform="scale(1)"/>
</g>
<!-- Track -->
<g transform="translate(0,180)">
<ellipse cx="150" cy="0" rx="130" ry="40" fill="url(#trackGrad)" filter="url(#shadow)"/>
<ellipse cx="150" cy="0" rx="120" ry="30" fill="#444"/>
<!-- Lanes -->
<g stroke="white" stroke-width="2" stroke-dasharray="10,10">
<ellipse cx="150" cy="0" rx="100" ry="25" fill="none"/>
<ellipse cx="150" cy="0" rx="80" ry="20" fill="none"/>
</g>
</g>
<!-- Tortoise -->
<g transform="translate(180,200) scale(0.6)">
<g filter="url(#shadow)">
<ellipse cx="0" cy="0" rx="40" ry="30" fill="url(#tortShell)"/>
<path d="M-40,0 a40,30 0 0,1 80,0 l-40,20z" fill="none" stroke="#472" stroke-width="4"/>
<circle cx="15" cy="-10" r="5" fill="#333"/>
<circle cx="20" cy="-11" r="2" fill="#fff"/>
<path d="M-40,10 q-10,20 20,25" fill="none" stroke="#664" stroke-width="6"/>
<path d="M-10,15 l-5,20" stroke="#472" stroke-width="6"/>
<path d="M10,15 l5,20" stroke="#472" stroke-width="6"/>
</g>
</g>
<!-- Snail -->
<g transform="translate(100,220) scale(0.5)">
<g filter="url(#shadow)">
<circle cx="0" cy="0" r="30" fill="url(#snailShell)"/>
<path d="M0,-30 a30,30 0 0,1 30,30 l-30,20z" fill="none" stroke="#b54" stroke-width="4"/>
<path d="M-10,20 q-20,30 40,30" fill="none" stroke="#865" stroke-width="10"/>
<circle cx="15" cy="-5" r="5" fill="#333"/>
<circle cx="17" cy="-8" r="2" fill="#fff"/>
<path d="M-30,-5 c-10,5 -15,20 0,25" fill="none" stroke="#a65" stroke-width="6"/>
<path d="M30,-5 c10,5 15,20 0,25" fill="none" stroke="#a65" stroke-width="6"/>
</g>
</g>
<!-- Finish line banner -->
<g transform="translate(0,180)">
<rect x="140" y="-70" width="20" height="70" fill="#222"/>
<path d="M140,-70 h60 l-10,15 h-40z" fill="#f00" opacity="0.8"/>
<text x="150" y="-55" fill="#fff" font-size="10" font-family="Arial" font-weight="bold">FINISH</text>
</g>
</svg>
Judge's Analysis
Player 1's submission is more vibrant and creative, with a clear race theme enhanced by the cheering mushrooms in the stands holding signs, adding an engaging narrative.
The composition is visually appealing and adheres well to the prompt, whereas Player 2's image, though technically solid, lacks the same level of detail and creativity in depicting the cheering mushrooms and overall scene.
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
"Night sky filled with jellyfish-shaped stars glowing over a serene mountain lake."
"A jellyfish-shaped hot air balloon floating over a city at sunset."
"A single tree growing inside a light bulb."
"A snail racing a cheetah on a cloud track."