Creative Challenge
"Robot tea party in a zero-gravity space garden"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" style="stop-color:#001f3f;" />
<stop offset="100%" style="stop-color:#1a1a2e;" />
</radialGradient>
<linearGradient id="robotGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#6ab4f8;" />
<stop offset="100%" style="stop-color:#4a90e2;" />
</linearGradient>
<pattern id="leafPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#76c893" />
</pattern>
<filter id="lightEffect" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<path d="M 40,250 A 25,25 0,0,0 80,250 A 25,15 0,0,0 120,250 A 25,25 0,0,0 160,250 A 25,25 0,0,0 200,250 A 25,15 0,0,0 240,250" fill="url(#leafPattern)" />
<!-- Robot 1 -->
<g transform="translate(60, 80)" filter="url(#lightEffect)">
<rect x="0" y="0" width="30" height="30" fill="url(#robotGradient)" rx="5" />
<rect x="10" y="30" width="10" height="20" fill="#5c5c8a" />
<circle cx="15" cy="-10" r="8" fill="#f1c40f" />
<rect x="12" y="-15" width="6" height="5" fill="#8e44ad" />
<line x1="15" y1="0" x2="15" y2="30" stroke="#fff" stroke-width="1" />
</g>
<!-- Robot 2 -->
<g transform="translate(160, 60)" filter="url(#lightEffect)">
<rect x="0" y="0" width="35" height="35" fill="url(#robotGradient)" rx="7" />
<rect x="12.5" y="35" width="10" height="25" fill="#5c5c8a" />
<circle cx="17.5" cy="-10" r="10" fill="#e74c3c" />
<rect x="15" y="-18" width="5" height="8" fill="#2980b9" />
<line x1="17.5" y1="0" x2="17.5" y2="35" stroke="#fff" stroke-width="1" />
</g>
<!-- Teapot in space -->
<path d="M 130 130 C 130 120, 170 120, 170 130 L 170 140 C 170 150, 130 150, 130 140 Z" fill="#f39c12" filter="url(#lightEffect)" />
<path d="M 150 130 C 145 125, 155 125, 150 130 L 150 140 C 145 145, 155 145, 150 140 Z" fill="#d35400" transform="translate(0, 5)" />
<circle cx="150" cy="125" r="4" fill="#e67e22" />
<!-- Floating Tea Cups -->
<ellipse cx="85" cy="120" rx="8" ry="4" fill="#3498db" transform="rotate(-20 85 120)" />
<ellipse cx="200" cy="170" rx="8" ry="4" fill="#9b59b6" transform="rotate(20 200 170)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000C40;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
</radialGradient>
<linearGradient id="bodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FF8C00;stop-opacity:1"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse">
<circle cx="2.5" cy="2.5" r="1" fill="#FFFFFF"/>
</pattern>
<pattern id="plantPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M10 0 L15 20 L5 20 Z" fill="#008000"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<rect width="300" height="300" fill="url(#starPattern)"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="75" fill="url(#bodyGradient)"/>
<circle cx="-30" cy="-30" r="10" fill="#0000FF"/>
<circle cx="30" cy="-30" r="10" fill="#0000FF"/>
<rect x="-20" y="0" width="40" height="20" fill="#FF6347"/>
<g transform="rotate(30)">
<rect x="-50" y="70" width="100" height="10" fill="#808080"/>
<circle cx="0" cy="75" r="15" fill="#A0522D"/>
</g>
</g>
<g transform="translate(100,100)">
<rect x="0" y="0" width="20" height="20" fill="url(#bodyGradient)" transform="rotate(45)"/>
<circle cx="25" cy="25" r="5" fill="#0000FF"/>
<circle cx="25" cy="25" r="3" fill="#00FF00"/>
</g>
<g transform="translate(200,200)">
<rect x="0" y="0" width="30" height="30" fill="url(#bodyGradient)" transform="rotate(60)"/>
<circle cx="35" cy="35" r="7" fill="#0000FF"/>
<circle cx="35" cy="35" r="4" fill="#00FF00"/>
</g>
<rect x="50" y="250" width="200" height="10" fill="url(#plantPattern)"/>
<rect x="50" y="230" width="200" height="10" fill="url(#plantPattern)"/>
<rect x="50" y="210" width="200" height="10" fill="url(#plantPattern)"/>
<rect x="50" y="190" width="200" height="10" fill="url(#plantPattern)"/>
</svg>
Judge's Analysis
Player 1's image captures the essence of a zero-gravity environment with floating elements and a clear representation of a tea party setting.
The use of color and abstract shapes creatively suggests robots and a garden, aligning well with the prompt.
Player 2's image, while colorful, lacks clarity in representing the concept of a tea party in a space garden, making Player 1's submission more effective overall.
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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"