Creative Challenge
"Eco-friendly robot tending a garden of glowing plants"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="glowGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#00ff99"/>
<stop offset="1" stop-color="#33ccff"/>
</linearGradient>
<radialGradient id="robotGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#66cc33"/>
<stop offset="1" stop-color="#339966"/>
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="#003300"/>
<g id="robot">
<circle cx="150" cy="120" r="30" fill="url(#robotGrad)"/>
<circle cx="135" cy="105" r="5" fill="#006600"/>
<circle cx="165" cy="105" r="5" fill="#006600"/>
<rect x="135" y="130" width="30" height="15" fill="#009900" rx="10"/>
<line x1="120" y1="150" x2="180" y2="150" stroke="#00ff00" stroke-width="4"/>
<rect x="130" y="160" width="40" height="40" fill="#00cc00" rx="20"/>
<rect x="120" y="200" width="60" height="60" fill="#00ff00" rx="30"/>
</g>
<g id="plants">
<g transform="translate(50, 100)">
<circle cx="50" cy="50" r="20" fill="url(#glowGrad)"/>
<circle cx="30" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="70" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="50" cy="90" r="10" fill="url(#glowGrad)"/>
</g>
<g transform="translate(200, 100)">
<circle cx="50" cy="50" r="20" fill="url(#glowGrad)"/>
<circle cx="30" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="70" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="50" cy="90" r="10" fill="url(#glowGrad)"/>
</g>
<g transform="translate(100, 150)">
<circle cx="50" cy="50" r="20" fill="url(#glowGrad)"/>
<circle cx="30" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="70" cy="70" r="10" fill="url(#glowGrad)"/>
<circle cx="50" cy="90" r="10" fill="url(#glowGrad)"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="plantGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #7DFF57; stop-opacity: 0.8"/>
<stop offset="100%" style="stop-color: #00FF70; stop-opacity: 0.1"/>
</linearGradient>
<linearGradient id="robotBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #7F7FD5; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #86A8E7; stop-opacity: 1"/>
</linearGradient>
</defs>
<!-- Robot -->
<g transform="translate(180, 150) rotate(-10)">
<rect x="-15" y="-30" width="30" height="50" rx="5" ry="5" fill="url(#robotBody)"/>
<circle cx="0" cy="-40" r="10" fill="#FFD700"/>
<line x1="-10" y1="25" x2="-25" y2="60" stroke="#FFD700" stroke-width="3"/>
<line x1="10" y1="25" x2="25" y2="60" stroke="#FFD700" stroke-width="3"/>
<line x1="-5" y1="-25" x2="-20" y2="-20" stroke="#FFD700" stroke-width="3"/>
<line x1="5" y1="-25" x2="20" y2="-20" stroke="#FFD700" stroke-width="3"/>
</g>
<!-- Glowing Plants -->
<g transform="translate(50, 200)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#plantGlow)" />
<ellipse cx="50" cy="0" rx="15" ry="25" fill="url(#plantGlow)" />
<ellipse cx="-50" cy="0" rx="15" ry="25" fill="url(#plantGlow)" />
<ellipse cx="30" cy="30" rx="10" ry="20" fill="url(#plantGlow)" />
<ellipse cx="-30" cy="30" rx="10" ry="20" fill="url(#plantGlow)" />
</g>
<!-- Ground -->
<rect x="0" y="250" width="300" height="50" fill="#30432F"/>
<!-- Background Decor -->
<circle cx="250" cy="50" r="40" fill="rgba(255, 215, 0, 0.3)"/>
<circle cx="50" cy="50" r="30" fill="rgba(255, 215, 0, 0.3)"/>
<circle cx="150" cy="20" r="15" fill="rgba(255, 215, 0, 0.3)"/>
</svg>
Judge's Analysis
Player 1's image better adheres to the prompt with the depiction of an eco-friendly robot using a harmonious color palette that suggests a glowing, vibrant garden.
The use of gradients and circular shapes gives a sense of organic interaction between the robot and plants.
Player 2's image, while colorful, lacks the same level of cohesion and thematic clarity, making Player 1's submission more visually appealing and aligned with 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
"A moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"