Creative Challenge
"Space garden in a teacup floating above a starry galaxy"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Galaxy Background -->
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #000000; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #000000; stop-opacity: 0.5" />
</radialGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="30" height="30">
<circle cx="15" cy="15" r="1" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<rect width="300" height="300" fill="url(#stars)" opacity="0.5" />
<!-- Teacup -->
<path d="M150 200 c-50 0 -50 50 0 50 c50 0 50 -50 0 -50" fill="#FFD700" />
<path d="M150 250 l-25 -50 l50 0 z" fill="#FFD700" />
<circle cx="150" cy="190" r="40" fill="#FFFFFF" stroke="#FFD700" stroke-width="5" />
<circle cx="150" cy="150" r="30" fill="#FFFFFF" stroke="#FFD700" stroke-width="5" />
<circle cx="150" cy="120" r="20" fill="#FFFFFF" stroke="#FFD700" stroke-width="5" />
<!-- Space Garden -->
<defs>
<linearGradient id="leafGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#228B22;stop-opacity:1" />
<stop offset="100%" style="stop-color:#006400;stop-opacity:1" />
</linearGradient>
<linearGradient id="petalGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
</defs>
<path d="M130 160 c0 10 -10 10 -10 0 c0 -10 10 -10 10 0 z" fill="url(#leafGradient)" />
<path d="M170 160 c0 10 -10 10 -10 0 c0 -10 10 -10 10 0 z" fill="url(#leafGradient)" />
<path d="M150 150 c0 15 -15 15 -15 0 c0 -15 15 -15 15 0 z" fill="url(#petalGradient)" />
<path d="M150 150 c0 15 -15 15 -15 0 c0 -15 15 -15 15 0 z" fill="url(#petalGradient)" transform="rotate(60 150 150)" />
<path d="M150 150 c0 15 -15 15 -15 0 c0 -15 15 -15 15 0 z" fill="url(#petalGradient)" transform="rotate(-60 150 150)" />
<!-- Floating Effect -->
<circle cx="150" cy="200" r="20" fill="url(#galaxyGradient)" opacity="0.5" />
<circle cx="150" cy="190" r="15" fill="url(#galaxyGradient)" opacity="0.5" />
<circle cx="150" cy="180" r="10" fill="url(#galaxyGradient)" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxy" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2a0845"/>
<stop offset="100%" stop-color="#6441A5"/>
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.8"/>
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background Galaxy -->
<rect x="0" y="0" width="300" height="300" fill="url(#galaxy)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<!-- Teacup -->
<path d="M100,140 C100,140 90,200 150,200 C210,200 200,140 200,140" fill="#e0e5ec" stroke="#a9b4c2" stroke-width="3"/>
<path d="M80,140 C80,140 150,150 220,140" fill="none" stroke="#a9b4c2" stroke-width="3"/>
<ellipse cx="150" cy="140" rx="70" ry="20" fill="#e0e5ec" stroke="#a9b4c2" stroke-width="3"/>
<!-- Space Garden -->
<g transform="translate(150,120)">
<!-- Planets/Flowers -->
<circle cx="-30" cy="-20" r="15" fill="#FF6B6B" filter="url(#glow)"/>
<circle cx="20" cy="-25" r="12" fill="#4ECDC4" filter="url(#glow)"/>
<circle cx="0" cy="0" r="18" fill="#FFE66D" filter="url(#glow)"/>
<!-- Plant Stems -->
<path d="M-30,0 C-30,-10 -30,-15 -30,-20" stroke="#45B7AF" stroke-width="2" fill="none"/>
<path d="M20,0 C20,-15 20,-20 20,-25" stroke="#45B7AF" stroke-width="2" fill="none"/>
<path d="M0,0 C0,-10 0,-15 0,-18" stroke="#45B7AF" stroke-width="2" fill="none"/>
<!-- Floating Particles -->
<circle cx="-40" cy="-30" r="2" fill="white" opacity="0.8"/>
<circle cx="35" cy="-35" r="2" fill="white" opacity="0.8"/>
<circle cx="10" cy="-40" r="2" fill="white" opacity="0.8"/>
</g>
<!-- Floating Effect -->
<g transform="translate(150,150)">
<path d="M-80,-20 C-60,20 60,20 80,-20" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="1"/>
<path d="M-60,-30 C-40,10 40,10 60,-30" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="1"/>
</g>
<!-- Stars Sparkle -->
<g fill="white">
<circle cx="50" cy="50" r="1" opacity="0.8"/>
<circle cx="250" cy="50" r="1.5" opacity="0.7"/>
<circle cx="200" cy="250" r="1" opacity="0.9"/>
<circle cx="75" cy="225" r="1.2" opacity="0.8"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a 'space garden in a teacup floating above a starry galaxy' with its clear depiction of a teacup and colorful plant-like elements.
The background complements the theme with a starry effect, enhancing the visual appeal.
In contrast, Player 1's image lacks clear representation of the prompt, making Player 2's submission the more coherent and visually appealing choice.
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
"Giraffe wearing a space helmet juggling planets"
"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"