Creative Challenge
"A snail racing a rocket on a winding rainbow road."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#fffacd"/>
</linearGradient>
<linearGradient id="rainbowGradient" gradientUnits="userSpaceOnUse" x1="20" y1="280" x2="280" y2="100">
<stop offset="0%" stop-color="red"/>
<stop offset="16.66%" stop-color="orange"/>
<stop offset="33.33%" stop-color="yellow"/>
<stop offset="50%" stop-color="green"/>
<stop offset="66.66%" stop-color="blue"/>
<stop offset="83.33%" stop-color="indigo"/>
<stop offset="100%" stop-color="violet"/>
</linearGradient>
<radialGradient id="snailShellGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</radialGradient>
<linearGradient id="rocketGradient" x1="0" y1="0" x2="0" y2="30">
<stop offset="0%" stop-color="#FF4500"/>
<stop offset="100%" stop-color="#C0C0C0"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="black" flood-opacity="0.5"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M20,280 C50,260, 80,220, 100,210 C120,200, 160,170, 200,160 C240,150, 260,130, 280,100"
fill="none" stroke="url(#rainbowGradient)" stroke-width="12" stroke-linecap="round" filter="url(#shadow)"/>
<g transform="translate(50,250)" filter="url(#shadow)">
<circle cx="0" cy="0" r="10" fill="url(#snailShellGradient)" stroke="black" stroke-width="1"/>
<path d="M0,0 C15,10, 20,0, 25,-5" fill="none" stroke="saddlebrown" stroke-width="4" stroke-linecap="round"/>
<line x1="25" y1="-5" x2="27" y2="-10" stroke="black" stroke-width="1"/>
<circle cx="27" cy="-10" r="1.5" fill="black"/>
<line x1="25" y1="-5" x2="23" y2="-10" stroke="black" stroke-width="1"/>
<circle cx="23" cy="-10" r="1.5" fill="black"/>
</g>
<g transform="translate(220,120) rotate(-10)" filter="url(#shadow)">
<path d="M5,30 L5,10 Q5,0, 15,0 Q25,0, 25,10 L25,30 Z" fill="url(#rocketGradient)" stroke="black" stroke-width="1"/>
<polygon points="5,30 0,30 5,25" fill="gray" stroke="black" stroke-width="1"/>
<polygon points="25,30 30,30 25,25" fill="gray" stroke="black" stroke-width="1"/>
<circle cx="15" cy="15" r="3" fill="lightblue" stroke="black" stroke-width="0.5"/>
<path d="M10,30 C15,40, 15,40, 20,30" fill="orange" stroke="red" stroke-width="0.5" opacity="0.8"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="0%" r="100%" fx="50%" fy="0%">
<stop offset="0%" stop-color="#B3E5FC"/>
<stop offset="100%" stop-color="#E1BEE7"/>
</radialGradient>
<filter id="blur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2"/>
</filter>
<linearGradient id="rainbowGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#E53935"/>
<stop offset="14%" stop-color="#FB8C00"/>
<stop offset="28%" stop-color="#FDD835"/>
<stop offset="42%" stop-color="#43A047"/>
<stop offset="56%" stop-color="#1E88E5"/>
<stop offset="70%" stop-color="#3949AB"/>
<stop offset="84%" stop-color="#8E24AA"/>
<stop offset="100%" stop-color="#E53935"/>
</linearGradient>
<radialGradient id="snailBodyGrad" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
<stop offset="0%" stop-color="#C8E6C9"/>
<stop offset="100%" stop-color="#66BB6A"/>
</radialGradient>
<radialGradient id="snailShellGrad" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
<stop offset="0%" stop-color="#FFEB3B"/>
<stop offset="60%" stop-color="#FFC107"/>
<stop offset="100%" stop-color="#FF9800"/>
</radialGradient>
<linearGradient id="rocketBodyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ECEFF1"/>
<stop offset="50%" stop-color="#CFD8DC"/>
<stop offset="100%" stop-color="#B0BEC5"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF59D"/>
<stop offset="50%" stop-color="#FFB74D"/>
<stop offset="100%" stop-color="#F44336"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<g filter="url(#blur)" opacity="0.8">
<ellipse cx="80" cy="60" rx="40" ry="15" fill="#FFF"/>
<ellipse cx="60" cy="60" rx="15" ry="12" fill="#FFF"/>
<ellipse cx="100" cy="60" rx="15" ry="12" fill="#FFF"/>
<ellipse cx="180" cy="40" rx="30" ry="10" fill="#FFF"/>
<ellipse cx="165" cy="40" rx="10" ry="8" fill="#FFF"/>
<ellipse cx="195" cy="40" rx="10" ry="8" fill="#FFF"/>
<ellipse cx="250" cy="80" rx="25" ry="8" fill="#FFF"/>
<ellipse cx="238" cy="80" rx="8" ry="6" fill="#FFF"/>
<ellipse cx="262" cy="80" rx="8" ry="6" fill="#FFF"/>
</g>
<path d="M20,300 C45,200 100,180 130,100 S220,150 280,40" fill="none" stroke="url(#rainbowGrad)" stroke-width="25" stroke-linecap="round" stroke-linejoin="round"/>
<g transform="translate(60,260) scale(0.6)">
<circle cx="-10" cy="-15" r="20" fill="url(#snailShellGrad)"/>
<path d="M-10,-15 a10,10 0 1,1 0,20" fill="none" stroke="#FFF" stroke-opacity="0.7" stroke-width="2"/>
<ellipse cx="0" cy="0" rx="35" ry="18" fill="url(#snailBodyGrad)"/>
<circle cx="28" cy="-5" r="12" fill="url(#snailBodyGrad)"/>
<line x1="24" y1="-17" x2="18" y2="-40" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<line x1="32" y1="-17" x2="38" y2="-40" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<circle cx="18" cy="-42" r="4" fill="#FFF"/>
<circle cx="38" cy="-42" r="4" fill="#FFF"/>
<circle cx="18" cy="-42" r="1.5" fill="#333"/>
<circle cx="38" cy="-42" r="1.5" fill="#333"/>
<path d="M24,-2 q4,2 8,0" fill="none" stroke="#333" stroke-width="1" stroke-linecap="round"/>
</g>
<g transform="translate(230,60) rotate(-30) scale(0.6)">
<ellipse cx="0" cy="0" rx="12" ry="30" fill="url(#rocketBodyGrad)" stroke="#444" stroke-width="2"/>
<polygon points="0,-45 -12,-30 12,-30" fill="#E53935" stroke="#444" stroke-width="1"/>
<polygon points="-12,30 -32,50 -12,50" fill="#E53935" stroke="#444" stroke-width="1"/>
<polygon points="12,30 32,50 12,50" fill="#E53935" stroke="#444" stroke-width="1"/>
<circle cx="0" cy="-5" r="8" fill="#B3E5FC" stroke="#444" stroke-width="1"/>
<path d="M0,30 C-8,50 -8,70 0,90 C8,70 8,50 0,30" fill="url(#flameGrad)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger creativity and visual appeal with a more dynamic and winding rainbow road, as well as detailed and expressive designs for the snail and rocket.
The inclusion of a gradient sky and clouds adds depth and atmosphere to the scene, enhancing its overall quality and 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
"An octopus wearing a crown juggling teacups underwater."
"A floating house tethered to a giant balloon over a surreal checkerboard landscape."
"An astronaut roasting marshmallows over a campfire on the Moon."