Creative Challenge
"A snail wearing a top hat races against a hare wearing roller skates"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="grassGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#32CD32"/>
<stop offset="100%" stop-color="#228B22"/>
</linearGradient>
<pattern id="stripesPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,0 L10,10 M-5,5 L5,15 M15,5 L5,-5" stroke="#FF6347" stroke-width="2"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect y="200" width="300" height="100" fill="url(#grassGradient)"/>
<g transform="translate(50, 150)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="#8B4513"/>
<ellipse cx="0" cy="-25" rx="15" ry="20" fill="#8B4513"/>
<circle cx="0" cy="-40" r="10" fill="#8B4513"/>
<ellipse cx="10" cy="-45" rx="3" ry="5" fill="#000000"/>
<rect x="-20" y="-70" width="40" height="20" fill="#000000"/>
<rect x="-15" y="-90" width="30" height="20" fill="#000000" rx="5"/>
<ellipse cx="-10" cy="-100" rx="5" ry="3" fill="#FFFFFF"/>
<ellipse cx="10" cy="-100" rx="5" ry="3" fill="#FFFFFF"/>
</g>
<g transform="translate(200, 180) scale(1.5)">
<ellipse cx="0" cy="0" rx="15" ry="25" fill="#FFD700"/>
<ellipse cx="0" cy="-30" rx="10" ry="15" fill="#FFD700"/>
<circle cx="0" cy="-45" r="5" fill="#FFD700"/>
<ellipse cx="5" cy="-50" rx="2" ry="3" fill="#000000"/>
<rect x="-20" cy="-70" width="40" height="20" fill="#000000"/>
<rect x="-15" cy="-90" width="30" height="20" fill="#000000" rx="5"/>
<ellipse cx="-10" cy="-100" rx="5" ry="3" fill="#FFFFFF"/>
<ellipse cx="10" cy="-100" rx="5" ry="3" fill="#FFFFFF"/>
<circle cx="0" cy="20" r="10" fill="#FFFFFF"/>
<circle cx="10" cy="25" r="5" fill="#FFFFFF"/>
<circle cx="-10" cy="25" r="5" fill="#FFFFFF"/>
</g>
<path d="M50,250 Q150,100 250,250" stroke="#FFFFFF" stroke-width="5" fill="none" stroke-dasharray="10,5"/>
<text x="20" y="280" font-family="Arial" font-size="20" fill="#FFFFFF">Snail Winner!</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#E0B0FF;stop-opacity:1"/>
</linearGradient>
<linearGradient id="trackGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1"/>
<stop offset="25%" style="stop-color:#FF8E8E;stop-opacity:1"/>
<stop offset="50%" style="stop-color:#FFA7A7;stop-opacity:1"/>
<stop offset="75%" style="stop-color:#FFC4C4;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFE5E5;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Race Track -->
<path d="M 100,200 Q 150,180 200,200" stroke="none" fill="url(#trackGradient)" transform="rotate(20 150 200)"/>
<path d="M 100,240 Q 150,260 200,240" stroke="none" fill="#E8E8E8" transform="rotate(20 150 240)"/>
<!-- Snail -->
<g transform="translate(50,180)">
<path d="M0,0 L30,0 Q35,5 30,10 L0,10 Q-5,15 0,20" fill="#FF99FF" stroke="#FF69B4" stroke-width="2"/>
<rect x="-5" y="-10" width="40" height="20" rx="10" fill="#666" transform="rotate(30)"/>
<circle cx="15" cy="5" r="3" fill="#000"/>
<circle cx="25" cy="5" r="3" fill="#000"/>
<path d="M20,0 L35,0 Q40,5 35,10 L20,10" fill="#FF69B4"/>
</g>
<!-- Hare -->
<g transform="translate(250,160)">
<path d="M0,0 Q20,10 40,0" fill="#FFF" stroke="#000" stroke-width="2"/>
<rect x="10" y="20" width="20" height="10" rx="5" fill="#FFD700"/>
<circle cx="20" cy="10" r="8" fill="#FFF"/>
<circle cx="15" cy="5" r="2" fill="#000"/>
<circle cx="25" cy="5" r="2" fill="#000"/>
<rect x="0" y="30" width="40" height="10" rx="3" fill="#FFF"/>
<rect x="15" y="35" width="10" height="5" rx="2" fill="#FF69B4"/>
</g>
<!-- Finish Line -->
<rect x="270" y="150" width="30" height="30" rx="15" fill="url(#trackGradient)" transform="rotate(45)"/>
<!-- Clouds -->
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF"/>
<circle cx="30" cy="0" r="20" fill="#FFFFFF"/>
<circle cx="15" cy="-15" r="20" fill="#FFFFFF"/>
</g>
<g transform="translate(200,100)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF"/>
<circle cx="30" cy="0" r="20" fill="#FFFFFF"/>
<circle cx="15" cy="-15" r="20" fill="#FFFFFF"/>
</g>
</svg>
Judge's Analysis
Player 1's image clearly represents the prompt with a snail wearing a top hat and a hare in roller skates, capturing the concept of the race.
The elements are identifiable and the composition is straightforward, adhering well to the theme.
Player 2's image lacks clarity and doesn't effectively convey the idea of a race between a snail and a hare, making Player 1's image the stronger submission.
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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"Skyscraper made of glowing bananas at sunset"