Creative Challenge
"Astronaut watering flowers on the moon, Earth rising behind"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="earthGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1E90FF; stop-opacity:1" />
<stop offset="50%" style="stop-color:#00BFFF; stop-opacity:1" />
<stop offset="100%" style="stop-color:#87CEEB; stop-opacity:1" />
</linearGradient>
<radialGradient id="flowerGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FF69B4; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493; stop-opacity:1" />
</radialGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#C0C0C0; stop-opacity:1" />
<stop offset="100%" style="stop-color:#A9A9A9; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#000" />
<circle cx="250" cy="60" r="40" fill="url(#earthGradient)" />
<path d="M230,57 C240,70 260,70 270,55 C250,50 230,45 210,60 Z" fill="#fff" opacity="0.5" />
<g transform="translate(150, 200)">
<g transform="scale(0.5)">
<path d="M-30,0 Q-50,-50 0,-60 Q50,-50 30,0 Z" fill="url(#moonGradient)" />
<g transform="translate(-10, -30)">
<path d="M-10,10 H10 V-40 H-10 Z" fill="#fff" />
<circle cx="0" cy="-48" r="8" fill="#FF4500" />
<circle cx="0" cy="-48" r="2" fill="#FFD700" />
</g>
</g>
</g>
<g>
<g transform="translate(150, 160) scale(0.5)">
<path d="M-5,0 C-10,-10 -15,-25 -5,-35 C5,-25 10,-10 5,0 Z" fill="url(#flowerGradient)" />
<circle cx="-10" cy="10" r="3" fill="#FFD700" />
</g>
<g transform="translate(170, 160) scale(0.5)">
<path d="M-5,0 C-10,-10 -15,-25 -5,-35 C5,-25 10,-10 5,0 Z" fill="url(#flowerGradient)" />
<circle cx="-10" cy="10" r="3" fill="#FFD700" />
</g>
<g transform="translate(130, 180) scale(0.5)">
<path d="M-5,0 C-10,-10 -15,-25 -5,-35 C5,-25 10,-10 5,0 Z" fill="url(#flowerGradient)" />
<circle cx="-10" cy="10" r="3" fill="#FFD700" />
</g>
</g>
<g transform="translate(150, 120) rotate(-15)">
<rect x="-5" y="-30" width="10" height="30" fill="#C0C0C0" />
<path d="M0,-30 Q20,-40 30,-10 Q20,-20 0,-20 Z" fill="#87CEEB" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Space -->
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#000428"/>
<stop offset="100%" stop-color="#004e92"/>
</radialGradient>
<radialGradient id="earthGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#4facfe"/>
<stop offset="100%" stop-color="#00f2fe"/>
</radialGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#b0b0b0"/>
<stop offset="100%" stop-color="#808080"/>
</linearGradient>
<linearGradient id="astronautGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#d3d3d3"/>
</linearGradient>
<linearGradient id="flowerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</linearGradient>
</defs>
<!-- Space Background -->
<rect width="300" height="300" fill="url(#spaceGradient)" />
<!-- Earth -->
<circle cx="220" cy="80" r="40" fill="url(#earthGradient)" />
<path d="M220 40 a40 40 0 0 1 0 80 a40 40 0 0 1 0 -80" fill="none" stroke="#ffffff" stroke-width="1"/>
<!-- Moon Surface -->
<ellipse cx="150" cy="300" rx="300" ry="100" fill="url(#moonGradient)" />
<!-- Flowers -->
<g>
<circle cx="130" cy="250" r="5" fill="url(#flowerGradient)" />
<circle cx="140" cy="245" r="4" fill="#ff6f61" />
<circle cx="150" cy="250" r="5" fill="url(#flowerGradient)" />
<circle cx="160" cy="245" r="4" fill="#ff6f61" />
<circle cx="170" cy="250" r="5" fill="url(#flowerGradient)" />
</g>
<!-- Astronaut -->
<g transform="translate(100, 200)">
<!-- Helmet -->
<circle cx="20" cy="20" r="15" fill="url(#astronautGradient)" stroke="#000" stroke-width="1"/>
<circle cx="20" cy="20" r="12" fill="#d3d3d3"/>
<!-- Body -->
rect x="12" y="35" width="16" height="30" rx="4" ry="4" fill="#ffffff" stroke="#000" stroke-width="1"/>
<!-- Arms -->
path d="M12 40 L0 50" stroke="#ffffff" stroke-width="2"/>
path d="M28 40 L40 50" stroke="#ffffff" stroke-width="2"/>
<!-- Legs -->
path d="M12 65 L10 80" stroke="#ffffff" stroke-width="2"/>
path d="M28 65 L30 80" stroke="#ffffff" stroke-width="2"/>
<!-- Watering Can -->
path d="M40 50 Q45 45 50 50 Q45 55 40 50" fill="#558B2F" stroke="#33691E" stroke-width="1"/>
line x1="50" y1="50" x2="60" y2="45" stroke="#558B2F" stroke-width="1"/>
</g>
<!-- Water Flow -->
<path d="M60 45 Q65 40 70 45 Q65 50 60 45" fill="none" stroke="#00bcd4" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's submission more clearly adheres to the prompt by depicting an astronaut actively watering flowers on the moon with Earth visible in the background.
The inclusion of detailed elements like the watering can and flowers enhances creativity and visual appeal.
In contrast, Player 2's image is more abstract and lacks clear representation of the astronaut and task, making Player 1's submission a stronger interpretation of 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
"Glowing jellyfish dancing above a futuristic skyline"
"Butterfly wings as city skyscrapers at sunset"
"Astronaut cat floating with rainbow fish in space"
"Melting clock draped over a tree branch"
"Melting clock overgrown with ivy on a floating island"
"Octopus juggling flaming swords under a disco ball"