Creative Challenge
"An astronaut pouring tea on the moon with zero-gravity tea drops floating around."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with radial gradient for space -->
<defs>
<radialGradient id="spaceGrad" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" style="stop-color:#1a1a2c"/>
<stop offset="1" style="stop-color:#000000"/>
</radialGradient>
<!-- Moon surface texture -->
<path id="moonSurface" d="M0 300 Q 150 250 300 300 L 300 300 L 300 0 L 0 0 L 0 300 Z" fill="#4a4a4a"/>
<!-- Astronaut suit gradients -->
<linearGradient id="astronautSuit" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" style="stop-color:#ffffff"/>
<stop offset="1" style="stop-color:#cccccc"/>
</linearGradient>
<!-- Tea color gradient -->
<linearGradient id="teaGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" style="stop-color:#8b4513"/>
<stop offset="1" style="stop-color:#654321"/>
</linearGradient>
<!-- Glow effect for tea drops -->
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Moon surface -->
<use href="#moonSurface" opacity="0.8"/>
<!-- Astronaut -->
<g transform="translate(50,220)">
<!-- Helmet -->
<path d="M0 0 Q 30 -30 60 0 Q 90 30 60 60 L 60 60 Q 30 90 0 60 L 0 0 Z" fill="url(#astronautSuit)"/>
<!-- Body -->
<rect x="20" y="60" width="20" height="40" fill="url(#astronautSuit)"/>
<!-- Arm -->
<path d="M40 60 Q 50 70 40 80" stroke="#666" stroke-width="2"/>
<!-- Backpack -->
<rect x="10" y="20" width="40" height="30" fill="#666"/>
</g>
<!-- Tea pot -->
<path d="M120 180 Q 130 170 140 180 Q 160 190 140 200 L 140 200 L 120 180 Z" fill="#8b4513"/>
<!-- Tea stream -->
<path d="M140 190 C 160 200 180 180 200 170" stroke="url(#teaGrad)" stroke-width="4" fill="none"/>
<!-- Floating tea drops -->
<g transform="translate(180,170)">
<!-- Large drop -->
<ellipse cx="0" cy="0" rx="8" ry="12" fill="url(#teaGrad)" filter="url(#glow)"/>
<!-- Medium drop -->
<ellipse cx="20" cy="-20" rx="5" ry="8" fill="url(#teaGrad)" filter="url(#glow)"/>
<!-- Small drop -->
<ellipse cx="-20" cy="-10" rx="3" ry="6" fill="url(#teaGrad)" filter="url(#glow)"/>
</g>
<!-- Stars -->
<g opacity="0.6">
<circle cx="30" cy="30" r="1" fill="white"/>
<circle cx="80" cy="40" r="1" fill="white"/>
<circle cx="150" cy="20" r="1" fill="white"/>
<circle cx="200" cy="50" r="1" fill="white"/>
<circle cx="250" cy="30" r="1" fill="white"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#00102e"/>
<stop offset="100%" stop-color="#00010a"/>
</radialGradient>
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#dadada"/>
<stop offset="100%" stop-color="#888888"/>
</radialGradient>
<linearGradient id="suitGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#d6e3f0"/>
</linearGradient>
<radialGradient id="visorGrad" cx="30%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ffd700" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#333333" stop-opacity="0.8"/>
</radialGradient>
<radialGradient id="teaGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#c57e10"/>
<stop offset="100%" stop-color="#6b3c00"/>
</radialGradient>
<radialGradient id="dropGrad" cx="30%" cy="30%" r="70%">
<stop offset="0%" stop-color="#c57e10"/>
<stop offset="100%" stop-color="#6b3c00" stop-opacity="0.7"/>
</radialGradient>
</defs>
<!-- Starry sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<g fill="#ffffff" opacity="0.6">
<circle cx="20" cy="40" r="1.2"/>
<circle cx="250" cy="60" r="0.8"/>
<circle cx="180" cy="120" r="1.5"/>
<circle cx="75" cy="200" r="1"/>
<circle cx="220" cy="180" r="1.3"/>
<circle cx="140" cy="60" r="0.9"/>
</g>
<!-- Moon surface -->
<ellipse cx="150" cy="320" rx="220" ry="100" fill="url(#moonGrad)"/>
<!-- Moon craters -->
<circle cx="100" cy="270" r="20" fill="#b9b9b9" opacity="0.7"/>
<circle cx="200" cy="290" r="15" fill="#c7c7c7" opacity="0.6"/>
<circle cx="170" cy="240" r="12" fill="#a8a8a8" opacity="0.5"/>
<!-- Astronaut body -->
<g transform="translate(140,130) scale(0.8)">
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#suitGrad)" stroke="#aaa" stroke-width="2"/>
<!-- Helmet -->
<circle cx="0" cy="-50" r="25" fill="url(#suitGrad)" stroke="#aaa" stroke-width="2"/>
<circle cx="0" cy="-50" r="20" fill="url(#visorGrad)"/>
<!-- Arms -->
<path d="M-20,-10 Q-50,10 -40,40" fill="none" stroke="url(#suitGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M20,-10 Q60,10 80,0" fill="none" stroke="url(#suitGrad)" stroke-width="8" stroke-linecap="round"/>
<!-- Legs -->
<path d="M-15,40 L-30,80" fill="none" stroke="url(#suitGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M15,40 L30,80" fill="none" stroke="url(#suitGrad)" stroke-width="8" stroke-linecap="round"/>
<!-- Backpack -->
<rect x="-20" y="-10" width="40" height="30" fill="#ccc" stroke="#999" stroke-width="2" rx="4"/>
<line x1="-20" y1="0" x2="-40" y2="-20" stroke="#999" stroke-width="2"/>
<line x1="20" y1="0" x2="40" y2="-20" stroke="#999" stroke-width="2"/>
<!-- Tea pot -->
<g transform="translate(80,0) rotate(20)">
<ellipse cx="0" cy="0" rx="15" ry="10" fill="#f5f5f5" stroke="#bbb" stroke-width="2"/>
<path d="M-15,0 Q-20,-5 -15,-10 Q0,-15 15,-10 Q20,-5 15,0 Z" fill="#f5f5f5" stroke="#bbb" stroke-width="2"/>
<path d="M15,0 Q25,-5 30,0 Q25,5 15,0" fill="#f5f5f5" stroke="#bbb" stroke-width="2"/>
<path d="M-15,0 Q-25,5 -30,0 Q-25,-5 -15,0" fill="#f5f5f5" stroke="#bbb" stroke-width="2"/>
<ellipse cx="0" cy="2" rx="12" ry="4" fill="url(#teaGrad)"/>
</g>
</g>
<!-- Floating tea drops -->
<g>
<circle cx="200" cy="80" r="5" fill="url(#dropGrad)"/>
<circle cx="170" cy="110" r="4" fill="url(#dropGrad)"/>
<circle cx="210" cy="130" r="6" fill="url(#dropGrad)"/>
<circle cx="160" cy="70" r="3" fill="url(#dropGrad)"/>
<circle cx="220" cy="95" r="4" fill="url(#dropGrad)"/>
<circle cx="180" cy="50" r="5" fill="url(#dropGrad)"/>
<circle cx="240" cy="120" r="3" fill="url(#dropGrad)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed and visually appealing, with a complete astronaut figure and floating tea drops that effectively convey the zero-gravity environment.
Player 1's submission is simpler and less developed, with minimal elements and less clarity in depicting the prompt's scenario.
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
"Moonlit tree with glowing lanterns hanging from its branches."
"A snail racing a cheetah on a rainbow road."
"An owl wearing a spacesuit landing on a cheese moon."
"An upside-down tree growing into the sky with roots turning into clouds."