Creative Challenge
"A snail surfing a leaf on a rainbow wave"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="rainbowWave" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="15%" stop-color="#FF7F00"/>
<stop offset="30%" stop-color="#FFFF00"/>
<stop offset="45%" stop-color="#00FF00"/>
<stop offset="60%" stop-color="#0000FF"/>
<stop offset="75%" stop-color="#4B0082"/>
<stop offset="90%" stop-color="#8B00FF"/>
</radialGradient>
</defs>
<path d="M10,280 C100,120 200,380 290,170" fill="none" stroke="url(#rainbowWave)" stroke-width="6"/>
<g transform="translate(70,180)">
<path d="M30,60 Q10,40 30,20 Q50,40 30,60 Z" fill="#7FFF00"/>
<ellipse cx="30" cy="20" rx="18" ry="8" fill="#228B22"/>
<path d="M40,20 Q35,10 30,20" fill="#7FFF00"/>
<circle cx="20" cy="0" r="12" fill="#F5DEB3" stroke="#8B4513" stroke-width="2"/>
<path d="M10,0 Q20,-15 30,0 Z" fill="#FFD700"/>
<circle cx="18" cy="-8" r="3" fill="#000"/>
<path d="M20,0 Q19,0 18,0 Q17,-4 20,-6 Q23,-4 22,0" fill="#F5DEB3"/>
</g>
<path d="M295,165 C285,140 265,145 245,145" fill="none" stroke="#ffffff" stroke-width="4" stroke-dasharray="4 8"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowWave" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF0000" />
<stop offset="16%" stop-color="#FF7F00" />
<stop offset="33%" stop-color="#FFFF00" />
<stop offset="50%" stop-color="#00FF00" />
<stop offset="66%" stop-color="#0000FF" />
<stop offset="83%" stop-color="#4B0082" />
<stop offset="100%" stop-color="#9400D3" />
</linearGradient>
<radialGradient id="snailShell" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#6B4F4F" />
<stop offset="100%" stop-color="#C69C8A" />
</radialGradient>
<linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4CAF50" />
<stop offset="100%" stop-color="#A5D6A7" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#E1F5FE"/>
<path d="M0,200 Q150,100 300,200 Q150,250 0,200" fill="url(#rainbowWave)"/>
<ellipse cx="150" cy="220" rx="80" ry="20" fill="url(#leafGradient)" />
<path d="M150,220 Q170,240 190,220 Q170,210 150,220" fill="#C8E6C9" />
<g transform="translate(120, 170)">
<circle cx="30" cy="30" r="30" fill="url(#snailShell)" />
<ellipse cx="60" cy="10" rx="20" ry="30" fill="#FFB74D" />
<circle cx="30" cy="10" r="5" fill="#6B4F4F" />
<ellipse cx="12" cy="35" rx="3" ry="5" fill="#FFB74D" />
</g>
<path d="M150,220 Q160,200 140,190" stroke="#8D6E63" stroke-width="3" fill="none" />
<path d="M150,215 Q140,205 160,205" stroke="#4CAF50" stroke-width="2" fill="none" />
<text x="5" y="25" font-family="Arial" font-size="20" fill="#000000">Surf's Up!</text>
</svg>
Judge's Analysis
Player 2's image offers a more visually cohesive depiction of the prompt.
The snail is clearly positioned on a leaf with a defined rainbow wave in the background, enhancing the thematic clarity.
While Player 1's image is colorful, it lacks the same level of visual integration and detail, making Player 2's submission more appealing and 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
"Banjo-playing pineapple under a disco spotlight"
"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"
"Sleeve of a wizard robe covered in intricate constellations"