Creative Challenge
"A snail racing against a rocket on an endless rainbow road."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<linearGradient id="roadGradient" x1="0" y1="200" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="16.6%" stop-color="#ff7f00"/>
<stop offset="33.3%" stop-color="#ffff00"/>
<stop offset="50%" stop-color="#00ff00"/>
<stop offset="66.6%" stop-color="#0000ff"/>
<stop offset="83.3%" stop-color="#4b0082"/>
<stop offset="100%" stop-color="#8f00ff"/>
</linearGradient>
<radialGradient id="snailGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#CD853F"/>
</radialGradient>
<linearGradient id="rocketGradient" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#cccccc"/>
<stop offset="50%" stop-color="#666666"/>
<stop offset="100%" stop-color="#333333"/>
</linearGradient>
<radialGradient id="flameGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFA500"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<pattern id="roadLines" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="4.5" width="10" height="1" fill="#ffffff" />
</pattern>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Endless Rainbow Road -->
<path d="M50,250 C75,200 225,200 250,250 L250,280 C225,270 75,270 50,280 Z" fill="url(#roadGradient)" />
<path d="M50,270 L250,270" stroke="url(#roadLines)" stroke-width="2" />
<!-- Snail -->
<g transform="translate(80, 240)">
<circle cx="20" cy="10" r="10" fill="url(#snailGradient)" />
<circle cx="25" cy="5" r="3" fill="#000" />
<path d="M15,10 Q20,5 25,10" stroke="#000" stroke-width="1" fill="none" />
<ellipse cx="0" cy="0" rx="8" ry="4" fill="#6B8E23" />
</g>
<!-- Rocket -->
<g transform="translate(200, 200)">
<polygon points="0,-20 10,10 -10,10" fill="url(#rocketGradient)" />
<rect x="-2" y="10" width="4" height="15" fill="url(#rocketGradient)" />
<polygon points="-10,25 -2,30 2,30 10,25" fill="url(#flameGradient)" />
</g>
<!-- Motion Lines for Rocket -->
<g stroke="#ffffff" stroke-width="1">
<line x1="200" y1="200" x2="180" y2="180" />
<line x1="210" y1="190" x2="190" y2="170" />
<line x1="190" y1="210" x2="170" y2="190" />
</g>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="60" cy="60" r="2" />
<circle cx="120" cy="40" r="1.5" />
<circle cx="200" cy="80" r="2.5" />
<circle cx="250" cy="50" r="1.5" />
<circle cx="280" cy="90" r="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#0A0A23;" />
<stop offset="60%" style="stop-color:#1E1E3F;" />
<stop offset="100%" style="stop-color:#301934;" />
</radialGradient>
<pattern id="rainbowPattern" width="42" height="100" patternUnits="userSpaceOnUse" patternTransform="rotate(0)">
<rect x="0" y="0" width="6" height="100" fill="#FF0000"/>
<rect x="6" y="0" width="6" height="100" fill="#FFA500"/>
<rect x="12" y="0" width="6" height="100" fill="#FFFF00"/>
<rect x="18" y="0" width="6" height="100" fill="#00DD00"/> <!-- Brighter Green -->
<rect x="24" y="0" width="6" height="100" fill="#0077FF"/> <!-- Brighter Blue -->
<rect x="30" y="0" width="6" height="100" fill="#4B0082"/>
<rect x="36" y="0" width="6" height="100" fill="#EE82EE"/>
</pattern>
<linearGradient id="snailBodyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#90EE90;" />
<stop offset="100%" style="stop-color:#3CB371;" />
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#F0E68C;" /> <!-- Khaki -->
<stop offset="60%" style="stop-color:#D2B48C;" /> <!-- Tan -->
<stop offset="100%" style="stop-color:#8B4513;" /> <!-- SaddleBrown -->
</radialGradient>
<linearGradient id="slimeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#AFEEEE" stop-opacity="0.4"/> <!-- PaleTurquoise -->
<stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#AFEEEE" stop-opacity="0.4"/>
</linearGradient>
<linearGradient id="rocketBodyGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#D0D0D0;" />
<stop offset="30%" style="stop-color:#FFFFFF;" />
<stop offset="70%" style="stop-color:#B0B0B0;" />
<stop offset="100%" style="stop-color:#808080;" />
</linearGradient>
<radialGradient id="flameGradient" cx="20%" cy="50%" r="80%" fx="10%" fy="50%">
<stop offset="0%" style="stop-color:#FFFF00;" /> <!-- Yellow -->
<stop offset="40%" style="stop-color:#FFA500;" /> <!-- Orange -->
<stop offset="100%" style="stop-color:#FF0000;" /> <!-- Red -->
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="30" r="1.5" fill="white" opacity="0.9"/><circle cx="25" cy="15" r="0.8" fill="#FFFFE0" opacity="0.7"/>
<circle cx="100" cy="50" r="1" fill="white" opacity="0.7"/><circle cx="80" cy="200" r="1.2" fill="#FFFFE0" opacity="0.8"/>
<circle cx="200" cy="20" r="2" fill="#FFFFE0" opacity="1"/><circle cx="180" cy="250" r="1" fill="white" opacity="0.6"/>
<circle cx="250" cy="60" r="1.2" fill="white" opacity="0.8"/><circle cx="220" cy="280" r="1.8" fill="white" opacity="0.9"/>
<circle cx="150" cy="90" r="1" fill="white" opacity="0.6"/><circle cx="120" cy="150" r="0.9" fill="#FFFFE0" opacity="0.7"/>
<circle cx="30" cy="120" r="1.5" fill="#FFFFE0" opacity="0.9"/><circle cx="60" cy="180" r="1.3" fill="white" opacity="0.8"/>
<circle cx="280" cy="130" r="1" fill="white" opacity="0.7"/><circle cx="290" cy="210" r="1.1" fill="#FFFFE0" opacity="0.9"/>
<circle cx="150" cy="220" r="2.2" fill="#FFFFE0" opacity="1.0"/><circle cx="10" cy="70" r="1" fill="white" opacity="0.7"/>
<circle cx="170" cy="140" r="0.7" fill="#FFFFE0" opacity="0.5"/><circle cx="40" cy="240" r="1.6" fill="white" opacity="0.85"/>
<circle cx="260" cy="180" r="1.4" fill="#FFFFE0" opacity="0.95"/><circle cx="90" cy="270" r="1.9" fill="white" opacity="1"/>
</g>
<!-- Rainbow Road -->
<path id="rainbowRoadPath"
d="M0,300 C60,270 120,200 150,150 C190,100 230,80 300,70 L300,55 C250,65 200,80 150,130 C100,180 50,250 0,270 Z"
fill="url(#rainbowPattern)" stroke="rgba(255,255,255,0.2)" stroke-width="1.5" />
<!-- Rocket -->
<g id="rocket" transform="translate(230, 82) rotate(-30) scale(0.65)">
<!-- Flame -->
<g transform="translate(-50,0)">
<path d="M0,0 C-20,-18 -45,0 -20,18 C0,0 Z" fill="url(#flameGradient)" transform="scale(1.2 1)" />
<path d="M-5,0 C-15,-10 -30,0 -15,10 C-5,0Z" fill="yellow" transform="scale(1.1 0.9)"/>
</g>
<!-- Rocket Body -->
<path d="M-50,-12 C20,-15 50,-8 50,0 C50,8 20,15 -50,12 L-50,-12 Z" fill="url(#rocketBodyGradient)" stroke="#333" stroke-width="1"/>
<!-- Fins -->
<polygon points="-30,-10 -55,-22 -45,-10" fill="#C82828" stroke="#500000" stroke-width="0.7"/>
<polygon points="-30,10 -55,22 -45,10" fill="#C82828" stroke="#500000" stroke-width="0.7"/>
<path d="M15,0 L30,-7 L35,0 L30,7 Z" fill="#B0B0B0" stroke="#4A4A4A" stroke-width="0.5" />
<!-- Cockpit Window -->
<ellipse cx="30" cy="0" rx="10" ry="7" fill="#ADD8E6" stroke="#222" stroke-width="0.7"/>
<ellipse cx="33" cy="-1.5" rx="4" ry="2" fill="white" opacity="0.7"/>
</g>
<!-- Snail -->
<g id="snail" transform="translate(70, 235)">
<!-- Slime Trail -->
<path d="M-45,10 C-25,15 -5,12 10,10 L 8,14 C-7,16 -27,19 -45,14 Z" fill="url(#slimeGradient)" opacity="0.75"/>
<!-- Snail Body -->
<path d="M-30,5 C-15,22 20,18 30,0 C25,-12 0,-18 -25,-5 Q-35,0 -30,5 Z" fill="url(#snailBodyGradient)" stroke="#2E8B57" stroke-width="0.7"/>
<!-- Snail Shell -->
<g transform="translate(10, -13) rotate(15)">
<ellipse cx="0" cy="0" rx="17" ry="14" fill="url(#shellGradient)" stroke="#7A441A" stroke-width="1"/>
<path d="M0,-11 Q8.5,-9 9.5,0 Q7.5,8 0,10 Q-8.5,9 -9.5,0 Q-7.5,-8 0,-11 M -6.5,-6 Q0,-7 4.5,-4.5 M -5.5,5 Q0,6 3.5,2.5"
stroke="#A0522D" stroke-width="0.9" fill="none" stroke-linecap="round"/>
</g>
<!-- Antennae -->
<g transform="translate(-23, -10) rotate(5)">
<line x1="0" y1="0" x2="-3" y2="-11" stroke="#2E8B57" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="-3.5" cy="-12.5" r="2.2" fill="#3CB371" stroke="#2E8B57" stroke-width="0.5"/>
<line x1="8" y1="0" x2="6" y2="-11" stroke="#2E8B57" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="6.5" cy="-12.5" r="2.2" fill="#3CB371" stroke="#2E8B57" stroke-width="0.5"/>
</g>
<!-- Eyes -->
<g transform="translate(-18, -6)">
<circle cx="-3" cy="0" r="2" fill="white"/> <circle cx="-2.5" cy="-0.3" r="1" fill="black"/>
<circle cx="3" cy="0" r="2" fill="white"/> <circle cx="3.5" cy="-0.3" r="1" fill="black"/>
</g>
<!-- Determined mouth -->
<path d="M-19,3 Q-15,5 -11,3" stroke="black" stroke-width="0.6" fill="none" stroke-linecap="round"/>
<!-- Racing helmet -->
<g transform="translate(-18, -20) rotate(-10)">
<path d="M-7,0 Q0,-7 7,0 A7,3.5 0 0 0 -7,0 Z" fill="#FF4500" stroke="white" stroke-width="0.7"/>
<text x="-3.5" y="1" font-family="Impact, sans-serif" font-size="5.5" fill="white" stroke="black" stroke-width="0.2">S</text>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed, creative, and visually appealing.
It effectively captures the idea of a snail racing against a rocket on an endless rainbow road with dynamic composition and expressive elements.
In contrast, Player 1's submission is simpler and lacks the same level of engagement and adherence to the prompt's imaginative potential.
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
"A tree growing upside down with its roots in the sky and leaves touching the ground."
"A dragon breathing fire shaped like musical notes."
"A jellyfish wearing a top hat floating over a cityscape at sunset."