Creative Challenge
"A giraffe in a space helmet, floating among stars with a lollipop"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0b1d51"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<radialGradient id="helmetGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d0d0d0"/>
<stop offset="100%" stop-color="#808080"/>
</radialGradient>
<radialGradient id="lollipopGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="100%" stop-color="#ff1493"/>
</radialGradient>
<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(#bgGrad)" />
<g id="stars">
<circle cx="50" cy="30" r="1.5" fill="white" opacity="0.9"/>
<circle cx="80" cy="70" r="2" fill="white" opacity="0.9"/>
<circle cx="200" cy="40" r="1" fill="white" opacity="0.9"/>
<circle cx="250" cy="100" r="2.5" fill="white" opacity="0.9"/>
<circle cx="150" cy="20" r="1" fill="white" opacity="0.9"/>
<circle cx="280" cy="50" r="1.5" fill="white" opacity="0.9"/>
<circle cx="120" cy="150" r="2" fill="white" opacity="0.9"/>
<circle cx="60" cy="200" r="1.5" fill="white" opacity="0.9"/>
<circle cx="220" cy="220" r="1" fill="white" opacity="0.9"/>
<circle cx="270" cy="260" r="2" fill="white" opacity="0.9"/>
</g>
<g id="giraffe-space" filter="url(#shadow)">
<!-- Space Helmet -->
<circle cx="150" cy="130" r="55" fill="url(#helmetGrad)" stroke="white" stroke-width="3"/>
<ellipse cx="145" cy="120" rx="20" ry="10" fill="white" opacity="0.3" transform="rotate(-15 145 120)"/>
<!-- Giraffe Face -->
<ellipse cx="150" cy="130" rx="20" ry="25" fill="#F4D19B" stroke="#A67C52" stroke-width="2"/>
<circle cx="144" cy="125" r="2" fill="black"/>
<circle cx="156" cy="125" r="2" fill="black"/>
<path d="M145,135 Q150,140 155,135" stroke="#A67C52" stroke-width="1" fill="none"/>
<circle cx="147" cy="133" r="1" fill="black"/>
<circle cx="153" cy="133" r="1" fill="black"/>
<ellipse cx="142" cy="112" rx="3" ry="5" fill="#F4D19B" stroke="#A67C52" stroke-width="1"/>
<ellipse cx="158" cy="112" rx="3" ry="5" fill="#F4D19B" stroke="#A67C52" stroke-width="1"/>
<circle cx="150" cy="138" r="1.5" fill="#A67C52"/>
<circle cx="144" cy="140" r="1.2" fill="#A67C52"/>
<circle cx="156" cy="136" r="1.2" fill="#A67C52"/>
</g>
<g id="lollipop" transform="translate(195,130) rotate(20)" filter="url(#shadow)">
<rect x="-1.5" y="8" width="3" height="20" fill="#D3D3D3" stroke="#AAAAAA" stroke-width="0.5"/>
<circle cx="0" cy="0" r="8" fill="url(#lollipopGrad)" stroke="#ff1493" stroke-width="1"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#e0e0e0; stop-opacity:1" />
<stop offset="100%" style="stop-color:#a0a0a0; stop-opacity:1" />
</radialGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#f2c27b; stop-opacity:1" />
<stop offset="100%" style="stop-color:#d1a357; stop-opacity:1" />
</linearGradient>
<linearGradient id="lollipopGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff69b4; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff1493; stop-opacity:1" />
</linearGradient>
<pattern id="starsPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1.5" fill="#ffffff" />
<circle cx="15" cy="5" r="1" fill="#ffffff" />
<circle cx="10" cy="15" r="1.2" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#starsPattern)" />
<!-- Giraffe Body -->
<ellipse cx="150" cy="220" rx="40" ry="60" fill="url(#giraffeGradient)" />
<!-- Giraffe Neck -->
<rect x="145" y="140" width="10" height="80" fill="url(#giraffeGradient)" />
<!-- Giraffe Head -->
<ellipse cx="150" cy="130" rx="15" ry="20" fill="url(#giraffeGradient)" />
<!-- Eyes -->
<circle cx="143" cy="125" r="2" fill="#000" />
<circle cx="157" cy="125" r="2" fill="#000" />
<!-- Space Helmet -->
<circle cx="150" cy="130" r="25" fill="url(#helmetGradient)" stroke="#333" stroke-width="2" />
<path d="M125,130 a25,25 0 0,1 50,0" fill="none" stroke="#333" stroke-width="2" />
<!-- Antenna -->
<line x1="150" y1="105" x2="150" y2="90" stroke="#ff0000" stroke-width="2" />
<circle cx="150" cy="90" r="3" fill="#ff0000" />
<!-- Lollipop -->
<circle cx="180" cy="200" r="10" fill="url(#lollipopGradient)" stroke="#ff1493" stroke-width="1" />
<rect x="178" y="210" width="4" height="20" fill="#8b4513" />
<!-- Tail -->
<line x1="160" y1="220" x2="170" y2="215" stroke="#d1a357" stroke-width="2" />
<!-- Stars -->
<g fill="#ffffff" opacity="0.8">
<circle cx="50" cy="50" r="2" />
<circle cx="250" cy="80" r="1.5" />
<circle cx="120" cy="60" r="1" />
<circle cx="200" cy="150" r="2.5" />
<circle cx="80" cy="200" r="1" />
<circle cx="220" cy="230" r="1.5" />
<circle cx="160" cy="270" r="2" />
<circle cx="30" cy="180" r="1" />
<circle cx="270" cy="120" r="1.5" />
<circle cx="140" cy="40" r="1" />
</g>
</svg>
Judge's Analysis
Player 1's image more effectively captures the whimsical concept of a giraffe in a space helmet with a lollipop.
The background with stars enhances the space theme, and the lollipop is clearly visible.
In contrast, Player 2's image has a busy background, making it less visually appealing and harder to focus on the central theme.
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
"Cat wearing a suit, sipping tea on a floating lily pad"
"A cyberpunk octopus playing a violin"
"A geometric tree house shaped like a giant teapot"
"Flying fish with butterfly wings above a cityscape at sunset"
"Singing cacti wearing sunglasses under a disco ball in the desert"
"A bicycle made of fruit, each wheel a sliced lemon, handlebars as banana"