Creative Challenge
"Snail with a Top Hat Racing a Caterpillar with Sneakers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="snailShellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(139,69,19);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(205,133,63);stop-opacity:1" />
</linearGradient>
<linearGradient id="caterpillarBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(34,139,34);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(50,205,50);stop-opacity:1" />
</linearGradient>
<radialGradient id="topHatGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(75,75,75);stop-opacity:1" />
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="lightblue" />
<!-- Snail with a Top Hat -->
<g transform="translate(50,150)">
<!-- Snail Body -->
<ellipse cx="85" cy="25" rx="40" ry="20" fill="rgb(224,185,151)" />
<!-- Snail Shell -->
<circle cx="30" cy="25" r="30" fill="url(#snailShellGradient)" stroke="brown" stroke-width="2" />
<!-- Snail Eyes -->
<line x1="70" y1="5" x2="70" y2="-10" stroke="black" stroke-width="2" />
<line x1="80" y1="5" x2="80" y2="-10" stroke="black" stroke-width="2" />
<circle cx="70" cy="-12" r="3" fill="black" />
<circle cx="80" cy="-12" r="3" fill="black" />
<!-- Top Hat -->
<ellipse cx="30" cy="-30" rx="20" ry="5" fill="url(#topHatGradient)" />
<rect x="15" y="-50" width="30" height="20" fill="url(#topHatGradient)" />
</g>
<!-- Caterpillar in Sneakers -->
<g transform="translate(50,200)">
<!-- Caterpillar Body -->
<rect x="90" y="0" width="100" height="20" rx="10" ry="10" fill="url(#caterpillarBodyGradient)" />
<circle cx="100" cy="10" r="10" fill="url(#caterpillarBodyGradient)" />
<circle cx="120" cy="10" r="10" fill="url(#caterpillarBodyGradient)" />
<circle cx="140" cy="10" r="10" fill="url(#caterpillarBodyGradient)" />
<circle cx="160" cy="10" r="10" fill="url(#caterpillarBodyGradient)" />
<circle cx="180" cy="10" r="10" fill="url(#caterpillarBodyGradient)" />
<!-- Caterpillar Sneakers -->
<g transform="translate(95,20)">
<rect x="-5" y="0" width="15" height="7" rx="3" ry="3" fill="grey" stroke="black" stroke-width="1" />
<rect x="-3" y="7" width="11" height="3" fill="white" />
</g>
<g transform="translate(115,20)">
<rect x="-5" y="0" width="15" height="7" rx="3" ry="3" fill="grey" stroke="black" stroke-width="1" />
<rect x="-3" y="7" width="11" height="3" fill="white" />
</g>
<g transform="translate(135,20)">
<rect x="-5" y="0" width="15" height="7" rx="3" ry="3" fill="grey" stroke="black" stroke-width="1" />
<rect x="-3" y="7" width="11" height="3" fill="white" />
</g>
<g transform="translate(155,20)">
<rect x="-5" y="0" width="15" height="7" rx="3" ry="3" fill="grey" stroke="black" stroke-width="1" />
<rect x="-3" y="7" width="11" height="3" fill="white" />
</g>
<g transform="translate(175,20)">
<rect x="-5" y="0" width="15" height="7" rx="3" ry="3" fill="grey" stroke="black" stroke-width="1" />
<rect x="-3" y="7" width="11" height="3" fill="white" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="snailGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FFCC00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF6600;stop-opacity:1" />
</linearGradient>
<radialGradient id="caterpillarGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#005500;stop-opacity:1" />
</radialGradient>
<pattern id="hatPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#000" />
<circle cx="5" cy="5" r="1.5" fill="#fff" />
</pattern>
</defs>
<rect width="300" height="300" fill="lightblue" />
<path d="M100 150Q90 120 130 140Q150 160 100 150Z" fill="url(#snailGradient)" />
<circle cx="100" cy="135" r="10" fill="black" />
<circle cx="85" cy="130" r="5" fill="#FFC300" />
<rect x="85" y="110" width="30" height="15" fill="url(#hatPattern)" />
<rect x="100" y="90" width="10" height="20" fill="black" />
<path d="M200 150C190 120 230 140 215 120C200 100 250 110 210 150" fill="url(#caterpillarGradient)" />
<circle cx="208" cy="142" r="8" fill="black" />
<ellipse cx="198" cy="138" rx="5" ry="8" fill="url(#caterpillarGradient)" />
<ellipse cx="215" cy="142" rx="5" ry="8" fill="url(#caterpillarGradient)" />
<rect x="195" y="155" width="30" height="8" fill="#FF3300" transform="rotate(15 195 155)" />
<path d="M198 160Q190 170 185 165L193 167Q194 170 198 160Z" fill="brown" />
<path d="M213 160Q220 170 225 165L218 167Q217 170 213 160Z" fill="brown" />
<text x="145" y="200" font-family="Verdana" font-size="20" fill="#2E2E2E" >
Race of the Century!
</text>
<line x1="0" y1="250" x2="300" y2="250" stroke="#8B4513" stroke-width="5" />
<circle cx="100" cy="250" r="5" fill="red" />
<circle cx="200" cy="250" r="5" fill="red" />
</svg>
Judge's Analysis
Player 2's submission is more dynamic and engaging, featuring a clear racing context with a finish line and text that enhances the narrative.
The depiction of the snail with a top hat and the caterpillar with sneakers is more creatively integrated into the scene, providing better adherence to the prompt and visual appeal.
Player 1's image, while technically competent, is more static and lacks the engaging elements present in Player 2's work.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"