Creative Challenge
"Snail race with snails wearing racing helmets on a checkered track"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="checker" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#333"/>
<rect x="10" y="10" width="10" height="10" fill="#fff"/>
</pattern>
<linearGradient id="trackGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#666;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#444;stop-opacity:1"/>
</linearGradient>
<radialGradient id="shellGrad1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff8e8e;stop-opacity:1"/>
</radialGradient>
<radialGradient id="shellGrad2" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#4ecdc4;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#66d2d2;stop-opacity:1"/>
</radialGradient>
<radialGradient id="shellGrad3" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffe66d;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ffd633;stop-opacity:1"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="#2c3e50"/>
<rect x="50" y="50" width="200" height="200" rx="20" fill="url(#trackGrad)"/>
<g transform="translate(70,70)">
<rect width="160" height="160" fill="url(#checker)"/>
</g>
<g transform="translate(100,100)">
<path d="M100,200 Q150,200 200,150 Q250,100 200,50 Q150,0 100,50 Q50,100 100,150 Z" fill="#2ecc71"/>
</g>
<g transform="translate(120,120)">
<circle cx="0" cy="0" r="15" fill="url(#shellGrad1)"/>
<path d="M0,0 L20,20 Q30,30 20,40 L0,20" fill="#2c3e50"/>
<circle cx="5" cy="5" r="3" fill="#fff"/>
</g>
<g transform="translate(160,140)">
<circle cx="0" cy="0" r="15" fill="url(#shellGrad2)"/>
<path d="M0,0 L20,20 Q30,30 20,40 L0,20" fill="#2c3e50"/>
<circle cx="5" cy="5" r="3" fill="#fff"/>
</g>
<g transform="translate(140,160)">
<circle cx="0" cy="0" r="15" fill="url(#shellGrad3)"/>
<path d="M0,0 L20,20 Q30,30 20,40 L0,20" fill="#2c3e50"/>
<circle cx="5" cy="5" r="3" fill="#fff"/>
</g>
<rect x="100" y="30" width="100" height="10" rx="5" fill="url(#trackGrad)"/>
<rect x="100" y="20" width="100" height="10" rx="5" fill="#e74c3c"/>
<text x="150" y="35" fill="#fff" font-size="8" text-anchor="middle">FINISH</text>
<g transform="translate(250,250)">
<circle cx="0" cy="0" r="10" fill="#2ecc71"/>
<circle cx="0" cy="0" r="5" fill="#fff"/>
</g>
<g transform="translate(20,20)">
<circle cx="0" cy="0" r="10" fill="#2ecc71"/>
<circle cx="0" cy="0" r="5" fill="#fff"/>
</g>
<rect x="10" y="10" width="280" height="280" stroke="#2ecc71" stroke-width="5" fill="none"/>
<rect x="150" y="150" width="20" height="20" rx="5" fill="#e74c3c"/>
<rect x="140" y="140" width="40" height="40" rx="10" fill="#3498db"/>
<rect x="170" y="170" width="20" height="20" rx="5" fill="#e74c3c"/>
<rect x="160" y="160" width="40" height="40" rx="10" fill="#3498db"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="checkers" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#fff"/>
<rect x="10" y="10" width="10" height="10" fill="#fff"/>
<rect x="10" y="0" width="10" height="10" fill="#ddd"/>
<rect x="0" y="10" width="10" height="10" fill="#ddd"/>
</pattern>
<linearGradient id="shellGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#f4a261"/>
<stop offset="100%" style="stop-color:#e76f51"/>
</linearGradient>
<linearGradient id="shellGrad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#2a9d8f"/>
<stop offset="100%" style="stop-color:#264653"/>
</linearGradient>
</defs>
<!-- Track -->
<rect x="0" y="100" width="300" height="120" fill="url(#checkers)"/>
<rect x="0" y="95" width="300" height="5" fill="#e63946"/>
<rect x="0" y="220" width="300" height="5" fill="#e63946"/>
<!-- Snail 1 -->
<g transform="translate(60,180) scale(0.8)">
<path d="M 0,0 C 20,-10 40,-10 50,0 C 60,10 60,20 50,25 C 40,30 20,30 0,20 Z" fill="url(#shellGrad1)"/>
<path d="M -10,15 C -5,15 0,20 0,20 L -20,30 C -25,25 -15,15 -10,15" fill="#f4a261"/>
<circle cx="-25" cy="25" r="3" fill="black"/>
<circle cx="-26" cy="24" r="1" fill="white"/>
<!-- Racing Helmet -->
<path d="M -30,20 C -35,15 -35,10 -30,5 L -15,5 L -10,20 Z" fill="#ff4d6d"/>
<rect x="-25" y="5" width="10" height="2" fill="white"/>
</g>
<!-- Snail 2 -->
<g transform="translate(180,160) scale(0.8)">
<path d="M 0,0 C 20,-10 40,-10 50,0 C 60,10 60,20 50,25 C 40,30 20,30 0,20 Z" fill="url(#shellGrad2)"/>
<path d="M -10,15 C -5,15 0,20 0,20 L -20,30 C -25,25 -15,15 -10,15" fill="#2a9d8f"/>
<circle cx="-25" cy="25" r="3" fill="black"/>
<circle cx="-26" cy="24" r="1" fill="white"/>
<!-- Racing Helmet -->
<path d="M -30,20 C -35,15 -35,10 -30,5 L -15,5 L -10,20 Z" fill="#4cc9f0"/>
<rect x="-25" y="5" width="10" height="2" fill="white"/>
</g>
<!-- Starting Line -->
<rect x="20" y="100" width="5" height="120" fill="#333"/>
<text x="15" y="90" font-family="Arial" font-size="12" fill="#333">START</text>
<!-- Finish Line -->
<g transform="translate(250,100)">
<rect x="0" y="0" width="20" height="120" fill="url(#checkers)" stroke="#333"/>
<text x="-10" y="-5" font-family="Arial" font-size="12" fill="#333">FINISH</text>
</g>
<!-- Track Decorations -->
<circle cx="100" cy="260" r="5" fill="#e63946"/>
<circle cx="200" cy="260" r="5" fill="#e63946"/>
<path d="M 50,270 Q 150,250 250,270" stroke="#666" fill="none" stroke-width="2"/>
</svg>
Judge's Analysis
Player 2's image adheres more closely to the prompt by clearly depicting snails with racing helmets on a checkered track, with a clear start and finish line.
The composition is straightforward and visually communicates the concept of a snail race effectively.
Player 1's image, while colorful, lacks clarity in representing the snails and the racing context, making it less appealing in terms of adherence to the prompt.
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
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"
"Sunglasses-wearing cactus surfing a desert sand wave"