Creative Challenge
"Moonlit snail ballet on lily pad stage"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonlitSky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color: #1c1c1c;"/>
<stop offset="100%" style="stop-color: #002b36;"/>
</linearGradient>
<linearGradient id="moonGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" style="stop-color: #fff;"/>
<stop offset="100%" style="stop-color: #f0d7ff;"/>
</linearGradient>
<radialGradient id="lilyPadGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #87CEFA;"/>
<stop offset="100%" style="stop-color: #008080;"/>
</radialGradient>
<linearGradient id="snailShell" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" style="stop-color: #ff8c00;"/>
<stop offset="100%" style="stop-color: #ff4500;"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#moonlitSky)"/>
<circle cx="150" cy="50" r="25" fill="url(#moonGradient)"/>
<path d="M150,200 Q100,250 150,300 Q200,250 150,200" fill="url(#lilyPadGradient)"/>
<path d="M175,220 Q180,230 175,240 Q170,230 175,220" fill="url(#snailShell)"/>
<path d="M175,230 Q170,220 175,210 Q180,220 175,230" fill="url(#snailShell)"/>
<circle cx="175" cy="230" r="3" fill="#fff"/>
<path d="M175,230 Q185,240 195,230 Q185,220 175,230" stroke="#fff" stroke-width="2" fill="none"/>
<path d="M175,230 Q165,240 155,230 Q165,220 175,230" stroke="#fff" stroke-width="2" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" stop-color="#001d3d"/>
<stop offset="100%" stop-color="#000814"/>
</radialGradient>
<radialGradient id="moonGradient" cx="220" cy="80" r="40" fx="220" fy="80">
<stop offset="0%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#c0c0c0"/>
</radialGradient>
<linearGradient id="waterGradient" x1="0" y1="150" x2="0" y2="300">
<stop offset="0%" stop-color="#0a2647"/>
<stop offset="100%" stop-color="#172a45"/>
</linearGradient>
<pattern id="lilyPadPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="8" fill="#2d6a4f" stroke="#1b4332" stroke-width="1"/>
</pattern>
<linearGradient id="shellGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffcd38"/>
<stop offset="100%" stop-color="#ffa62b"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g fill="#ffffff" filter="url(#glow)">
<circle cx="60" cy="50" r="1.5"/>
<circle cx="120" cy="80" r="1"/>
<circle cx="200" cy="40" r="2"/>
<circle cx="250" cy="70" r="1.5"/>
<circle cx="80" cy="140" r="1"/>
<circle cx="160" cy="20" r="1.5"/>
<circle cx="220" cy="120" r="1"/>
<circle cx="280" cy="60" r="1.5"/>
<circle cx="30" cy="100" r="1"/>
<circle cx="190" cy="90" r="1.5"/>
</g>
<!-- Moon -->
<circle cx="220" cy="80" r="40" fill="url(#moonGradient)" filter="url(#glow)"/>
<!-- Water -->
<rect y="150" width="300" height="150" fill="url(#waterGradient)"/>
<!-- Lily Pads -->
<g>
<ellipse cx="80" cy="180" rx="40" ry="20" fill="url(#lilyPadPattern)" transform="rotate(-10 80 180)"/>
<ellipse cx="200" cy="220" rx="35" ry="18" fill="url(#lilyPadPattern)" transform="rotate(15 200 220)"/>
<ellipse cx="140" cy="200" rx="30" ry="15" fill="url(#lilyPadPattern)" transform="rotate(-5 140 200)"/>
</g>
<!-- Snail Ballet Dancers -->
<g>
<!-- Snail 1 -->
<g transform="translate(80,180)">
<path d="M0,0 Q-10,-15 -20,0 Q-10,5 0,0" fill="url(#shellGradient)" stroke="#e09f3e" stroke-width="1"/>
<path d="M0,0 Q5,10 10,0" fill="#8d99ae"/>
<circle cx="10" cy="-5" r="2" fill="#2b2d42"/>
<path d="M10,-5 Q12,-7 14,-5" stroke="#2b2d42" stroke-width="0.5" fill="none"/>
</g>
<!-- Snail 2 -->
<g transform="translate(200,220) scale(1.2)">
<path d="M0,0 Q-12,-18 -24,0 Q-12,6 0,0" fill="url(#shellGradient)" stroke="#e09f3e" stroke-width="1"/>
<path d="M0,0 Q6,12 12,0" fill="#8d99ae"/>
<circle cx="12" cy="-6" r="2" fill="#2b2d42"/>
<path d="M12,-6 Q14,-8 16,-6" stroke="#2b2d42" stroke-width="0.5" fill="none"/>
</g>
<!-- Snail 3 -->
<g transform="translate(140,200) scale(0.9)">
<path d="M0,0 Q-8,-12 -16,0 Q-8,4 0,0" fill="url(#shellGradient)" stroke="#e09f3e" stroke-width="1"/>
<path d="M0,0 Q4,8 8,0" fill="#8d99ae"/>
<circle cx="8" cy="-4" r="2" fill="#2b2d42"/>
<path d="M8,-4 Q10,-6 12,-4" stroke="#2b2d42" stroke-width="0.5" fill="none"/>
</g>
</g>
<!-- Ballet Stage Accents -->
<g fill="none" stroke="#ffffff" stroke-width="0.5">
<path d="M40,180 Q50,170 60,180" />
<path d="M180,220 Q190,210 200,220" />
<path d="M110,200 Q120,190 140,200" />
</g>
<!-- Reflections -->
<g opacity="0.3">
<ellipse cx="80" cy="180" rx="40" ry="10" fill="#ffffff"/>
<ellipse cx="200" cy="220" rx="35" ry="8" fill="#ffffff"/>
<ellipse cx="140" cy="200" rx="30" ry="7" fill="#ffffff"/>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the theme with multiple snails on lily pads under a moonlit sky, enhancing the idea of a ballet with movement and multiple elements.
The composition is more dynamic and visually appealing, with attention to detail in the moon and stars, creating a more immersive scene.
Player 1's image is simpler and less detailed, lacking the visual storytelling present in Player 2's image.
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
"Celestial penguin surfing on a rainbow wave"
"Dreamy elephant balancing stars with its trunk on a tightrope"
"Enchanted teapot floating over a lily pad on a shimmering pond"
"Umbrella made of clouds sheltering a single sunbeam"
"Dancing giraffe on a pogo stick beneath starry skies"
"Lemon astronaut floating in a galaxy of spicy jalapeños"