Creative Challenge
"A giraffe in a space helmet floating among 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:#1a0033"/>
<stop offset="100%" style="stop-color:#000000"/>
</radialGradient>
<linearGradient id="helmetGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#a3e1ff;stop-opacity:0.4"/>
</linearGradient>
</defs>
<!-- Space background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="2"/>
<circle cx="250" cy="70" r="1.5"/>
<circle cx="80" cy="200" r="1"/>
<circle cx="220" cy="250" r="1.5"/>
<circle cx="180" cy="150" r="1"/>
</g>
<!-- Planets -->
<circle cx="40" cy="60" r="20" fill="#ff6b6b"/>
<circle cx="260" cy="180" r="30" fill="#4ecdc4"/>
<circle cx="150" cy="240" r="25" fill="#ffe66d"/>
<!-- Giraffe body -->
<path d="M120,140 Q130,120 140,110 L150,80 Q155,70 160,80 L170,110 Q180,120 190,140"
fill="#f4d03f" stroke="#d4ac0d" stroke-width="2"/>
<!-- Space helmet -->
<circle cx="155" cy="95" r="25" fill="url(#helmetGrad)" stroke="#ffffff" stroke-width="2"/>
<!-- Giraffe head -->
<path d="M145,85 Q155,75 165,85 L160,95 Q155,100 150,95 Z"
fill="#f4d03f"/>
<circle cx="150" cy="88" r="2" fill="#000000"/> <!-- eye -->
<path d="M145,85 L143,80 L147,82 M165,85 L167,80 L163,82"
fill="none" stroke="#d4ac0d" stroke-width="1"/> <!-- spots -->
<!-- Helmet details -->
<circle cx="155" cy="95" r="23" fill="none" stroke="#ffffff" stroke-width="0.5" opacity="0.5"/>
<path d="M135,95 Q155,85 175,95" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.7"/>
<!-- Stars with glow -->
<g fill="#ffffff">
<circle cx="100" cy="100" r="2">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="150" r="2">
<animate attributeName="opacity" values="0;1;0" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with radial gradient creating a cosmic effect -->
<defs>
<radialGradient id="bgGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" stop-color="#1a0f3c" stop-opacity="1"/>
<stop offset="1" stop-color="#4a1010" stop-opacity="0.5"/>
</radialGradient>
<!-- Custom star pattern -->
<pattern id="stars" width="100%" height="100%" patternUnits="userSpaceOnUse">
<circle cx="50%" cy="50%" r="1" fill="white" opacity="0.5"/>
<circle cx="30%" cy="70%" r="1" fill="white" opacity="0.3"/>
<circle cx="70%" cy="40%" r="1" fill="white" opacity="0.4"/>
</pattern>
<!-- Planet surface texture -->
<pattern id="planetTexture" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#666" opacity="0.3"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Stars -->
<rect width="300" height="300" fill="url(#stars)"/>
<!-- Planet 1 (bottom right) -->
<circle cx="220" cy="220" r="50" fill="#4a8def" opacity="0.8"/>
<circle cx="220" cy="220" r="45" fill="url(#planetTexture)" opacity="0.6"/>
<ellipse cx="220" cy="220" rx="30" ry="15" fill="none" stroke="#2a4a6e" stroke-width="2"/>
<!-- Planet 2 (top left) -->
<circle cx="80" cy="80" r="40" fill="#efa794" opacity="0.9"/>
<circle cx="80" cy="80" r="35" fill="url(#planetTexture)" opacity="0.7"/>
<!-- Planet 3 (smaller, background) -->
<circle cx="180" cy="100" r="30" fill="#9d59ba" opacity="0.7"/>
<circle cx="180" cy="100" r="25" fill="url(#planetTexture)" opacity="0.5"/>
<!-- Giraffe body -->
<path d="M100,150 L120,140 L140,160 L160,140 L180,150 L190,160 L200,150 L190,170 L180,160 L170,170 L160,160 L150,170 L140,160 L130,150" fill="#8b4513"/>
<!-- Giraffe spots -->
<circle cx="140" cy="140" r="5" fill="#654321"/>
<circle cx="160" cy="130" r="5" fill="#654321"/>
<circle cx="170" cy="140" r="5" fill="#654321"/>
<circle cx="180" cy="130" r="5" fill="#654321"/>
<circle cx="190" cy="140" r="5" fill="#654321"/>
<!-- Space helmet -->
<path d="M140,120 L160,110 L180,120 L170,130 L160,140 L150,130 Z" fill="#ffd700"/>
<path d="M140,120 L160,110 L180,120 L170,130 L160,140 L150,130 Z" fill="#ffd700" opacity="0.8"/>
<circle cx="160" cy="120" r="10" fill="white" opacity="0.9"/>
<!-- Helmet reflections -->
<path d="M155,115 L165,125 L155,135 Z" fill="white" opacity="0.8"/>
<path d="M165,115 L175,125 L165,135 Z" fill="white" opacity="0.8"/>
<!-- Giraffe neck and legs -->
<path d="M160,140 L160,170" stroke="#8b4513" stroke-width="4"/>
<path d="M150,150 L140,160" stroke="#8b4513" stroke-width="3"/>
<path d="M170,150 L180,160" stroke="#8b4513" stroke-width="3"/>
<!-- Floating effect lines -->
<path d="M160,140 L170,130 L160,140" fill="none" stroke="white" stroke-width="2" opacity="0.5"/>
<path d="M160,140 L150,130 L160,140" fill="none" stroke="white" stroke-width="2" opacity="0.5"/>
</svg>
Judge's Analysis
Player 1's submission clearly depicts a giraffe in a space helmet, floating among stylized planets, with a clean and visually coherent design.
The use of colors and arrangement of elements adds to the appeal and clarity of the scene, adhering well to the prompt.
Player 2's submission, while abstract and creative, lacks the clear representation of a giraffe and the overall scene feels less cohesive, making it harder to interpret according 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
"Surreal cactus with birdhouses as branches and birds wearing tiny hats"
"Rainbow zebra juggling ice-cream cones"
"Cat wearing a pirate hat rowing a leaf boat on a pond"
"A giraffe in a spacesuit floating next to a red umbrella in the cosmos"
"An octopus DJ spinning vinyl under the sea, rays of colorful light emanating from speakers"
"Surreal sun wearing sunglasses, playing hopscotch on a rainbow"