Creative Challenge
"Giraffe wearing a space helmet juggling planets"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#1a0933"/>
<stop offset="100%" style="stop-color:#000"/>
</radialGradient>
<radialGradient id="planetRed" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#de2828"/>
</radialGradient>
<radialGradient id="planetBlue" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#4facfe"/>
<stop offset="100%" style="stop-color:#2a5298"/>
</radialGradient>
<radialGradient id="planetGreen" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#43e97b"/>
<stop offset="100%" style="stop-color:#1e8449"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="70" r="1"/>
<circle cx="80" cy="200" r="1.2"/>
<circle cx="220" cy="180" r="1"/>
<circle cx="180" cy="250" r="1.5"/>
</g>
<!-- Giraffe Body -->
<path d="M120,220 Q130,180 140,160 T160,120 T180,80" fill="none" stroke="#f4c430" stroke-width="20"/>
<path d="M120,220 Q110,200 115,180" fill="none" stroke="#f4c430" stroke-width="15"/>
<path d="M120,220 Q130,200 125,180" fill="none" stroke="#f4c430" stroke-width="15"/>
<!-- Giraffe Spots -->
<g fill="#b8860b">
<circle cx="140" cy="160" r="8"/>
<circle cx="160" cy="130" r="8"/>
<circle cx="170" cy="100" r="8"/>
<circle cx="180" cy="85" r="8"/>
</g>
<!-- Space Helmet -->
<circle cx="180" cy="70" r="25" fill="#a3e1ff" opacity="0.6"/>
<circle cx="180" cy="70" r="28" fill="none" stroke="#white" stroke-width="3"/>
<!-- Juggling Planets -->
<circle cx="120" cy="100" r="20" fill="url(#planetRed)"/>
<circle cx="200" cy="150" r="15" fill="url(#planetBlue)"/>
<circle cx="150" cy="180" r="18" fill="url(#planetGreen)"/>
<!-- Planet Orbits -->
<path d="M120,100 Q160,130 200,150 T150,180 T120,100" fill="none" stroke="white" stroke-width="1" opacity="0.5"/>
<!-- Giraffe Face -->
<circle cx="180" cy="70" r="15" fill="#f4c430"/>
<circle cx="185" cy="65" r="3" fill="black"/>
<path d="M175,75 Q180,78 185,75" fill="none" stroke="black" stroke-width="2"/>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="planetGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="blue" />
<stop offset="100%" stop-color="purple" />
</linearGradient>
<linearGradient id="giraffeGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="yellow" />
<stop offset="100%" stop-color="orange" />
</linearGradient>
<pattern id="planetPattern" patternUnits="userSpaceOnUse" width="50" height="50">
<circle cx="25" cy="25" r="20" fill="url(#planetGradient)" />
</pattern>
</defs>
<rect width="300" height="300" fill="black" />
<g transform="translate(150, 150)">
<circle cx="0" cy="-100" r="20" fill="url(#planetPattern)" />
<circle cx="0" cy="100" r="20" fill="url(#planetPattern)" />
<circle cx="50" cy="0" r="20" fill="url(#planetPattern)" />
<circle cx="-50" cy="0" r="20" fill="url(#planetPattern)" />
<path d="M0 -150 v-100" stroke="white" stroke-width="5" fill="none" />
<path d="M-20 -100 a20 20 0 1 1 40 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-20 100 a20 20 0 1 1 40 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-20 0 a20 20 0 1 1 40 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-100 -100 a100 100 0 0 1 200 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-100 100 a100 100 0 0 1 200 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-50 -50 a50 50 0 0 1 100 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-50 50 a50 50 0 0 1 100 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 -150 a20 20 0 0 1 0 -40" stroke="white" stroke-width="5" fill="none" />
<path d="M-20 -190 a20 20 0 0 1 40 0" stroke="white" stroke-width="5" fill="none" />
<rect x="-40" y="-190" width="80" height="40" fill="url(#giraffeGradient)" />
<circle cx="0" cy="-150" r="30" fill="url(#giraffeGradient)" />
<circle cx="0" cy="-120" r="25" fill="white" />
<circle cx="15" cy="-125" r="5" fill="black" />
<circle cx="-15" cy="-125" r="5" fill="black" />
<circle cx="0" cy="-135" r="5" fill="white" />
<circle cx="0" cy="-135" r="3" fill="black" />
</g>
</svg>
Judge's Analysis
Player 1's image clearly depicts a giraffe in a space helmet juggling planets, directly adhering to the prompt.
The use of bright colors and clear shapes enhances the visual appeal and creativity.
Player 2's submission is more abstract and less recognizable as a giraffe or planets, leading to a weaker connection to 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
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"
"Glowing moon munching on a slice of cheese over a starry night sky"