Creative Challenge
"A giraffe wearing a spacesuit floating gracefully in a starry cosmic ballet"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#1b263b"/>
</radialGradient>
<radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(200,200,255,0.3)"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="1" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Cosmic Background -->
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Stars -->
<circle cx="50" cy="30" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="100" cy="60" r="1.2" fill="white" filter="url(#glow)"/>
<circle cx="150" cy="20" r="2" fill="white" filter="url(#glow)"/>
<circle cx="200" cy="80" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="250" cy="40" r="1" fill="white" filter="url(#glow)"/>
<circle cx="280" cy="120" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="220" cy="150" r="1" fill="white" filter="url(#glow)"/>
<circle cx="150" cy="100" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="80" cy="140" r="1.2" fill="white" filter="url(#glow)"/>
<circle cx="50" cy="200" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="120" cy="220" r="2" fill="white" filter="url(#glow)"/>
<circle cx="200" cy="250" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="260" cy="210" r="1" fill="white" filter="url(#glow)"/>
<!-- Giraffe in Spacesuit Floating Gracefully -->
<g transform="translate(130,40)">
<!-- Spacesuit Helmet -->
<circle cx="20" cy="20" r="20" fill="url(#helmetGradient)" stroke="white" stroke-width="2"/>
<!-- Giraffe Head (visible inside the helmet) -->
<ellipse cx="20" cy="20" rx="8" ry="10" fill="#f4a460"/>
<!-- Giraffe Spots -->
<circle cx="18" cy="18" r="1" fill="#8b4513"/>
<circle cx="22" cy="22" r="1" fill="#8b4513"/>
<circle cx="20" cy="24" r="1.2" fill="#8b4513"/>
<!-- Ears -->
<path d="M16,10 L13,8 L15,12 Z" fill="#f4a460"/>
<path d="M24,10 L27,8 L25,12 Z" fill="#f4a460"/>
<!-- Ossicones (Giraffe Horns) -->
<rect x="17" y="2" width="2" height="6" fill="#deb887" transform="rotate(-10 18 5)"/>
<rect x="21" y="2" width="2" height="6" fill="#deb887" transform="rotate(10 22 5)"/>
<!-- Giraffe Neck with Spots (expressed in a flowing stroke) -->
<path d="M20,40 C18,55 22,70 20,85" stroke="#f4a460" stroke-width="4" fill="none" stroke-linecap="round"/>
<circle cx="19" cy="50" r="1.5" fill="#8b4513"/>
<circle cx="21" cy="60" r="1.5" fill="#8b4513"/>
<circle cx="20" cy="70" r="1.5" fill="#8b4513"/>
<!-- Spacesuit Torso -->
<rect x="10" y="85" width="20" height="30" fill="#ccd6f6" stroke="white" stroke-width="2" rx="4" ry="4"/>
<!-- Emblem on the Spacesuit -->
<circle cx="20" cy="100" r="4" fill="#87ceeb" stroke="white" stroke-width="1"/>
<!-- Arms (with space gloves) -->
<path d="M10,95 L0,105" stroke="white" stroke-width="2" stroke-linecap="round"/>
<path d="M30,95 L40,105" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- Legs -->
<path d="M15,115 L10,130" stroke="white" stroke-width="2" stroke-linecap="round"/>
<path d="M25,115 L30,130" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- A graceful orbit line suggesting floating motion -->
<path d="M40,20 Q50,40 40,60" stroke="#a8a8ff" stroke-width="1" fill="none" stroke-dasharray="2,2" opacity="0.6"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="starfield" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0B1C48"/>
<stop offset="100%" stop-color="#020B1A"/>
</radialGradient>
<radialGradient id="spacesuit" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#D8E8F5"/>
<stop offset="100%" stop-color="#A4C2E2"/>
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.8"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#starfield)"/>
<rect width="300" height="300" fill="url(#stars)"/>
<g transform="translate(150,150) rotate(15)">
<!-- Spacesuit Body -->
<ellipse cx="0" cy="20" rx="45" ry="65" fill="url(#spacesuit)"/>
<!-- Giraffe Neck -->
<path d="M0,-40 C20,-30 30,-20 20,0 S0,30 0,40" stroke="#E8B465" stroke-width="20" fill="none"/>
<!-- Giraffe Head -->
<g transform="translate(0,-40)">
<path d="M-15,-30 Q0,-40 15,-30 L15,0 Q0,10 -15,0 Z" fill="#E8B465"/>
<circle cx="-8" cy="-20" r="3" fill="#4A3829"/>
<path d="M-12,-15 Q-8,-18 -4,-15" stroke="#4A3829" fill="none" stroke-width="1"/>
<path d="M-15,-30 L-10,-35 L-5,-30 L0,-35 L5,-30 L10,-35 L15,-30" fill="none" stroke="#4A3829" stroke-width="2"/>
</g>
<!-- Space Helmet -->
<circle cx="0" cy="-40" r="35" fill="none" stroke="#A4C2E2" stroke-width="5" opacity="0.5"/>
<circle cx="0" cy="-40" r="33" fill="none" stroke="white" stroke-width="1"/>
<!-- Suit Details -->
<rect x="-25" y="15" width="50" height="10" fill="#5A7CA4" rx="5"/>
<circle cx="-20" cy="-10" r="8" fill="#5A7CA4"/>
<circle cx="20" cy="-10" r="8" fill="#5A7CA4"/>
<!-- Floating Effects -->
<path d="M-60,40 Q-40,20 -60,0" stroke="rgba(255,255,255,0.3)" fill="none" stroke-width="2"/>
<path d="M60,40 Q40,20 60,0" stroke="rgba(255,255,255,0.3)" fill="none" stroke-width="2"/>
</g>
<!-- Additional Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1.5" opacity="0.8"/>
<circle cx="250" cy="50" r="2" opacity="0.9"/>
<circle cx="200" cy="250" r="1.8" opacity="0.7"/>
<circle cx="80" cy="220" r="1.2" opacity="0.9"/>
</g>
<!-- Cosmic Swirls -->
<path d="M0,100 Q150,120 300,100" stroke="rgba(138,43,226,0.2)" fill="none" stroke-width="20"/>
<path d="M0,200 Q150,180 300,200" stroke="rgba(65,105,225,0.2)" fill="none" stroke-width="15"/>
</svg>
Judge's Analysis
Player 1's submission captures the whimsical nature of the prompt with a simple yet effective depiction of a giraffe in a floating spacesuit.
The minimalist approach and clear outline of the giraffe enhance the visual appeal, making it easy to identify and enjoy.
Player 2's image, while creative, lacks clarity in representing a giraffe and the cosmic theme is less pronounced.
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
"A cat playing chess with a robot"
"A surrealist clock with melting hands turning into a river"
"A giraffe wearing a disco ball helmet in a 70s roller rink"
"Surreal owl with clock eyes in a starry sky, style: pointillism"
"A giraffe playing a grand piano under a starry sky"
"Glowing jellyfish wearing tiny top hats, drifting through a cosmic starfield"