Creative Challenge
"A snail wearing a top hat gliding on a rainbow in abstract geometric style"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="14%" stop-color="#ff7f00"/>
<stop offset="28%" stop-color="#ffff00"/>
<stop offset="42%" stop-color="#00ff00"/>
<stop offset="56%" stop-color="#0000ff"/>
<stop offset="70%" stop-color="#4b0082"/>
<stop offset="84%" stop-color="#8f00ff"/>
<stop offset="100%" stop-color="#ff00ff"/>
</linearGradient>
<linearGradient id="shellGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#000"/>
</linearGradient>
</defs>
<path d="M150 50 Q100 25 50 50 T50 150 T150 250 Q200 225 250 250 T250 150 T150 50" fill="url(#shellGradient)" stroke="black" stroke-width="2"/>
<rect x="120" y="20" width="60" height="15" rx="10" fill="url(#rainbow)" stroke="black" stroke-width="2"/>
<circle cx="150" cy="75" r="15" fill="white" stroke="black" stroke-width="2"/>
<circle cx="150" cy="75" r="8" fill="black"/>
<path d="M150 115 Q140 125 150 135 T160 145 T150 155 T140 165 T150 175" stroke="black" stroke-width="2" fill="none"/>
<path d="M150 90 Q130 110 150 130 T170 150 T150 170 T130 190 T150 210" stroke="black" stroke-width="2" fill="none"/>
<polygon points="150,110 140,100 160,100" fill="black"/>
<polygon points="150,210 140,220 160,220" fill="black"/>
<path d="M150 50 C150 50 150 50 150 50 S150 50 150 50" stroke="url(#rainbow)" stroke-width="10" fill="none"/>
<path d="M150 50 C175 100 200 150 225 200 C250 250 275 300 300 350" stroke="url(#rainbow)" stroke-width="10" fill="none"/>
<path d="M150 50 C125 100 100 150 75 200 C50 250 25 300 0 350" stroke="url(#rainbow)" stroke-width="10" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="16.67%" stop-color="#FF7F00"/>
<stop offset="33.33%" stop-color="#FFFF00"/>
<stop offset="50%" stop-color="#00FF00"/>
<stop offset="66.67%" stop-color="#0000FF"/>
<stop offset="83.33%" stop-color="#4B0082"/>
<stop offset="100%" stop-color="#8B00FF"/>
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%" fx="20%" fy="30%">
<stop offset="0%" stop-color="#D9A066"/>
<stop offset="60%" stop-color="#A05A2C"/>
<stop offset="100%" stop-color="#5D3319"/>
</radialGradient>
<pattern id="patternGrid" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="none" stroke="#ffffff" stroke-width="0.5" stroke-opacity="0.3"/>
</pattern>
</defs>
<!-- Rainbow path -->
<path d="M0,220 Q150,120 300,220" stroke="url(#rainbowGradient)" stroke-width="20" fill="none" stroke-linecap="round"/>
<!-- Geometric rainbow trail -->
<g transform="translate(0, 225)">
<polygon points="30,0 45,-10 60,0 55,10 40,5 35,10" fill="#FF0000"/>
<polygon points="65,3 80,-12 95,-2 90,10 75,0 70,8" fill="#FF7F00"/>
<polygon points="100,-5 115,-15 130,0 125,10 110,0 105,5" fill="#FFFF00"/>
<polygon points="135,-8 150,-18 165,-3 160,7 145,-3 140,2" fill="#00FF00"/>
<polygon points="170,-10 185,-20 200,-5 195,5 180,-5 175,0" fill="#0000FF"/>
<polygon points="205,-12 220,-22 235,-7 230,3 215,-7 210,-2" fill="#4B0082"/>
<polygon points="240,-15 255,-25 270,-10 265,0 250,-10 245,-5" fill="#8B00FF"/>
</g>
<!-- Snail body -->
<g transform="translate(120, 170)">
<!-- Shell -->
<g transform="rotate(-15)">
<path d="M0,0 Q-5,-30 -20,-40 Q-40,-50 -40,-25 Q-40,0 -20,10 Q0,15 0,0 Z" fill="url(#shellGradient)"/>
<path d="M-20,-20 Q-25,-30 -35,-30 Q-40,-25 -35,-15 Q-25,-10 -20,-20 Z" fill="#5D3319"/>
<path d="M-20,-20 Q-25,-30 -35,-30 Q-40,-25 -35,-15 Q-25,-10 -20,-20 Z" fill="url(#patternGrid)"/>
</g>
<!-- Body -->
<path d="M0,0 Q30,10 30,30 Q25,40 0,40 Q-10,40 -15,30 Q-18,20 -5,15 Z" fill="#88cc88"/>
<path d="M0,0 Q30,10 30,30 Q25,40 0,40 Q-10,40 -15,30 Q-18,20 -5,15 Z" fill="url(#patternGrid)"/>
<!-- Eyes on stalks -->
<g transform="translate(25, 15)">
<path d="M0,0 Q3,-15 0,-20" stroke="#559955" stroke-width="2" fill="none"/>
<circle cx="0" cy="-20" r="3" fill="#000"/>
<circle cx="0" cy="-21" r="1" fill="#fff"/>
</g>
<g transform="translate(15, 10)">
<path d="M0,0 Q3,-15 0,-20" stroke="#559955" stroke-width="2" fill="none"/>
<circle cx="0" cy="-20" r="3" fill="#000"/>
<circle cx="0" cy="-21" r="1" fill="#fff"/>
</g>
</g>
<!-- Top hat -->
<g transform="translate(98, 130) rotate(-15)">
<rect x="-12" y="-5" width="24" height="5" fill="#333"/>
<rect x="-8" y="-25" width="16" height="20" fill="#111"/>
<rect x="-8" y="-25" width="16" height="20" fill="url(#patternGrid)"/>
<rect x="-8" y="-25" width="16" height="3" fill="#444"/>
<path d="M-8,-22 L8,-22 L8,-5 L-8,-5 Z" fill="none" stroke="#777" stroke-width="0.5" stroke-dasharray="1,1"/>
<rect x="-8" y="-10" width="16" height="1" fill="#222"/>
</g>
<!-- Abstract geometric elements -->
<g opacity="0.7">
<circle cx="50" cy="50" r="15" fill="none" stroke="#FF0000" stroke-width="2"/>
<rect x="200" y="40" width="20" height="20" transform="rotate(45 210 50)" fill="#0000FF"/>
<polygon points="250,80 270,90 260,110 240,100" fill="#FFFF00"/>
<path d="M30,250 L50,270 L25,280 Z" fill="#00FF00"/>
<circle cx="230" cy="230" r="12" fill="#8B00FF"/>
<rect x="60" y="260" width="15" height="15" fill="#FF7F00"/>
</g>
<!-- Decorative elements -->
<g opacity="0.3">
<circle cx="150" cy="150" r="120" fill="none" stroke="#fff" stroke-width="0.5" stroke-dasharray="2,3"/>
<circle cx="150" cy="150" r="80" fill="none" stroke="#fff" stroke-width="0.5" stroke-dasharray="2,3"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the concept of a snail with a top hat gliding on a rainbow in an abstract geometric style.
The use of vibrant colors and geometric shapes creates a dynamic and visually appealing composition.
In contrast, Player 1's image lacks the same level of clarity and creativity in depicting the snail and rainbow elements, making Player 2's submission more aligned with 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
"Penguin in a bathtub wearing a monocle and top hat"
"Sailing cow on a lake made of lavender lemonade"
"Levitating teacup pouring stars into an open book"
"A cat playing a violin on a floating lily pad"
"A clock tower made of melting candy under a starry night sky"
"Rainbow octopus knitting a cosmic scarf"