Creative Challenge
"Snail wearing a tiny astronaut helmet, sliding across a moonlit leaf"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="moon-glow" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F7F2C4" stop-opacity="0.8"/>
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0.2"/>
</linearGradient>
<radialGradient id="leaf-glow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#34C759" stop-opacity="0.8"/>
<stop offset="1" stop-color="#2E865F" stop-opacity="0.2"/>
</radialGradient>
<pattern id="leaf-pattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#34C759"/>
<circle cx="10" cy="10" r="5" fill="#2E865F"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#moon-glow)"/>
<path d="M150 250 C150 250 120 220 120 200 L180 200 C180 200 210 220 210 250 Z" fill="url(#leaf-glow)" fill-opacity="0.8"/>
<path d="M120 200 L180 200" stroke="#2E865F" stroke-width="2"/>
<path d="M150 220 L150 200" stroke="#2E865F" stroke-width="2"/>
<circle cx="150" cy="220" r="10" fill="#2E865F"/>
<rect x="130" y="210" width="20" height="10" fill="#FFFFFF" rx="2"/>
<circle cx="140" cy="215" r="5" fill="#FFC107"/>
<path d="M140 215 L140 220" stroke="#FFC107" stroke-width="2"/>
<path d="M140 220 L145 225 L135 225 Z" fill="#FFC107" stroke="#FFC107" stroke-width="2"/>
<circle cx="150" cy="240" r="20" fill="url(#leaf-pattern)" stroke="#2E865F" stroke-width="2"/>
<circle cx="150" cy="240" r="15" fill="#FFFFFF" stroke="#2E865F" stroke-width="2"/>
<path d="M140 240 L160 240" stroke="#2E865F" stroke-width="2"/>
<circle cx="140" cy="240" r="5" fill="#FFC107"/>
<circle cx="160" cy="240" r="5" fill="#FFC107"/>
<path d="M150 260 L150 280" stroke="#2E865F" stroke-width="2"/>
<circle cx="150" cy="280" r="10" fill="#2E865F"/>
<circle cx="150" cy="280" r="5" fill="#FFC107"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="nightSky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0b0b2d;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a1a4a;stop-opacity:1" />
</linearGradient>
<linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2d5a27;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a4a1a;stop-opacity:1" />
</linearGradient>
<linearGradient id="snailShell" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#d3d3d3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a0a0a0;stop-opacity:1" />
</linearGradient>
<linearGradient id="helmet" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#c0c0d3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a0a0c0;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#nightSky)"/>
<!-- Leaf -->
<path d="M150 200 Q200 180 250 200 Q200 220 150 200" fill="url(#leafGradient)" stroke="#1a4a1a" stroke-width="2"/>
<path d="M120 190 Q140 185 160 190" fill="#1a4a1a"/>
<path d="M180 190 Q200 185 220 190" fill="#1a4a1a"/>
<!-- Snail Body -->
<ellipse cx="150" cy="170" rx="30" ry="20" fill="#666666" stroke="#444444" stroke-width="2"/>
<!-- Snail Shell -->
<ellipse cx="140" cy="160" rx="25" ry="20" fill="url(#snailShell)" stroke="#a0a0a0" stroke-width="1"/>
<!-- Helmet -->
<circle cx="150" cy="160" r="15" fill="url(#helmet)" stroke="#c0c0d3" stroke-width="1"/>
<circle cx="150" cy="160" r="5" fill="#ffffff"/>
<rect x="145" y="150" width="10" height="5" fill="#c0c0d3" transform="rotate(45 150 150)"/>
<!-- Motion Lines -->
<path d="M100 180 Q120 160 140 170" stroke="#666666" stroke-width="1" opacity="0.5"/>
<path d="M140 170 Q160 150 180 160" stroke="#666666" stroke-width="1" opacity="0.5"/>
<!-- Moon -->
<circle cx="280" cy="30" r="20" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
<circle cx="280" cy="30" r="18" fill="#e6e6e6" stroke="#e6e6e6" stroke-width="2"/>
<!-- Leaf Veins -->
<path d="M100 190 Q150 180 200 190" stroke="#1a4a1a" stroke-width="2"/>
<path d="M125 185 Q150 175 175 185" stroke="#1a4a1a" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's image better captures the idea of a 'snail wearing a tiny astronaut helmet, sliding across a moonlit leaf' by depicting a more recognizable snail shape and a dark background that suggests moonlight.
The helmet is more discernible, adding to the creative aspect of the concept.
In contrast, Player 1's image lacks clear representation of the prompt and is less visually appealing.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"