Creative Challenge
"A tiny robot watering a giant flower sprouting from the top of a skyscraper."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient Skies -->
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#9BE2FE"/>
<stop offset="100%" stop-color="#67A8F7"/>
</linearGradient>
<!-- Skyscraper Glass Gradient -->
<linearGradient id="glassGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4F6FB"/>
<stop offset="100%" stop-color="#B0C6DE"/>
</linearGradient>
<!-- Flower Stem Gradient -->
<linearGradient id="stemGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#489D4A"/>
<stop offset="100%" stop-color="#206E2B"/>
</linearGradient>
<!-- Petal gradient -->
<radialGradient id="petalGrad" cx="0.6" cy="0.3" r="1">
<stop offset="0%" stop-color="#FFFA9E"/>
<stop offset="80%" stop-color="#E298FF"/>
<stop offset="100%" stop-color="#B95FF7"/>
</radialGradient>
<!-- Center flower gradient -->
<radialGradient id="centerFlowerGrad" cx="0.3" cy="0.3" r="0.9">
<stop offset="0%" stop-color="#FFECE2"/>
<stop offset="100%" stop-color="#FFA54F"/>
</radialGradient>
<!-- Robot body gradient -->
<linearGradient id="robotBodyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E2E7F0"/>
<stop offset="100%" stop-color="#95A4C4"/>
</linearGradient>
<!-- Water gradient -->
<linearGradient id="waterGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8EF7FF" />
<stop offset="1" stop-color="#32A6E0" />
</linearGradient>
<!-- Building window pattern -->
<pattern id="windowPat" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="1" y="1" width="8" height="6" fill="#C5D8EB" opacity="0.5"/>
<rect x="1" y="7" width="8" height="2" fill="#80A4D4"/>
</pattern>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Sun with translucent rays -->
<g>
<circle cx="60" cy="55" r="24" fill="#FFD363" opacity="0.92"/>
<g opacity="0.2">
<g transform="rotate(15 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
<g transform="rotate(45 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
<g transform="rotate(75 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
<g transform="rotate(105 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
<g transform="rotate(135 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
<g transform="rotate(165 60 55)">
<rect x="59" y="20" width="2" height="16" fill="#FFD363"/>
</g>
</g>
</g>
<!-- Stylized city silhouettes for depth -->
<g>
<rect x="0" y="220" width="60" height="80" fill="#7998CE" opacity="0.38"/>
<rect x="50" y="200" width="35" height="100" fill="#6888B9" opacity="0.5"/>
<rect x="90" y="210" width="30" height="90" fill="#5170A0" opacity="0.4"/>
<rect x="125" y="230" width="50" height="70" fill="#355887" opacity="0.35"/>
<rect x="200" y="210" width="45" height="90" fill="#6F8CC8" opacity="0.36"/>
<rect x="250" y="225" width="36" height="75" fill="#516FA7" opacity="0.38"/>
</g>
<!-- Skyscraper (central) -->
<g>
<!-- Main building -->
<rect x="118" y="123" width="64" height="140" rx="9" fill="url(#glassGrad)" stroke="#8DA6C1" stroke-width="3"/>
<rect x="122" y="126" width="56" height="134" rx="7" fill="url(#windowPat)" opacity="0.8"/>
<!-- Shimmer -->
<rect x="124" y="130" width="8" height="120" rx="4" fill="#FEFEFC" opacity="0.17"/>
<!-- Rooftop platform -->
<ellipse cx="150" cy="124" rx="30" ry="7" fill="#ADBCDA" stroke="#8195AF" stroke-width="2" opacity="0.96"/>
<ellipse cx="150" cy="125" rx="24" ry="4" fill="#AEC8EA" opacity="0.5"/>
<ellipse cx="150" cy="122.6" rx="18" ry="4" fill="#8FA5D4" opacity="0.4"/>
</g>
<!-- Giant Flower -->
<g>
<!-- Stem (very tall, shoots upward) -->
<rect x="144" y="44" width="12" height="82" rx="7" fill="url(#stemGrad)" stroke="#36823A" stroke-width="1.5"/>
<!-- Twisting leaves climbing the stem -->
<ellipse cx="150" cy="94" rx="14" ry="6" fill="#57CC6B" opacity="0.8" transform="rotate(-20 150 94)"/>
<ellipse cx="150" cy="74" rx="10" ry="5" fill="#29A84C" opacity="0.7" transform="rotate(12 150 74)"/>
<!-- Petals (giant, radiant) -->
<g>
<ellipse cx="150" cy="39" rx="55" ry="18" fill="url(#petalGrad)" opacity="0.95" transform="rotate(-8 150 39)"/>
<ellipse cx="150" cy="39" rx="58" ry="21" fill="url(#petalGrad)" opacity="0.6" transform="rotate(17 150 39)"/>
<ellipse cx="150" cy="39" rx="53" ry="17" fill="url(#petalGrad)" opacity="0.4" transform="rotate(30 150 39)"/>
<ellipse cx="150" cy="39" rx="40" ry="13" fill="url(#petalGrad)" opacity="0.62" transform="rotate(-20 150 39)"/>
</g>
<!-- Flower Center -->
<circle cx="150" cy="37" r="19" fill="url(#centerFlowerGrad)" stroke="#FFC653" stroke-width="3"/>
<!-- Cute face on flower center -->
<ellipse cx="150" cy="41" rx="7" ry="2.7" fill="#FFFFFF" opacity="0.16"/>
<circle cx="145" cy="36" r="2.7" fill="#6E370D"/>
<circle cx="155" cy="36" r="2.7" fill="#6E370D"/>
<ellipse cx="150" cy="45" rx="4.5" ry="1.1" fill="#F86062" opacity="0.7"/>
</g>
<!-- Tiny Robot: On the roof, holding a watering can towards the flower -->
<g>
<!-- Robot shadow -->
<ellipse cx="174" cy="124" rx="11" ry="3" fill="#595677" opacity="0.17"/>
<!-- Body -->
<rect x="168" y="109" width="14" height="14" rx="5" fill="url(#robotBodyGrad)" stroke="#65708A" stroke-width="1.3"/>
<!-- Head -->
<ellipse cx="175" cy="103" rx="6" ry="5.5" fill="url(#robotBodyGrad)" stroke="#6E86B0" stroke-width="1"/>
<!-- Eyes (cute) -->
<circle cx="172.7" cy="103.4" r="0.9" fill="#3D4166"/>
<circle cx="177.3" cy="103.4" r="0.9" fill="#3D4166"/>
<ellipse cx="175" cy="106" rx="2.2" ry="0.65" fill="#626AA5" opacity="0.38"/>
<!-- Smile -->
<path d="M173.3 106.3 Q175 107.3 176.7 106.3" stroke="#2A314C" stroke-width="0.7" fill="none"/>
<!-- Antenna -->
<rect x="174.2" y="96.3" width="1.5" height="6" rx="0.7" fill="#A7C2F1"/>
<circle cx="175" cy="96.1" r="1.2" fill="#D697F6"/>
<!-- Arms -->
<path d="M180 115 Q185 112 182 109" stroke="#65708A" stroke-width="2" fill="none"/>
<path d="M170 115 Q165 112 168 109" stroke="#65708A" stroke-width="2" fill="none"/>
<!-- Hands -->
<circle cx="182" cy="109" r="1.3" fill="#B4C6DE"/>
<circle cx="168" cy="109" r="1.3" fill="#B4C6DE"/>
<!-- Legs -->
<rect x="171.7" y="122.5" width="1.7" height="5.8" rx="0.6" fill="#65708A"/>
<rect x="177" y="122.5" width="1.7" height="5.8" rx="0.6" fill="#65708A"/>
<!-- Shoes -->
<ellipse cx="172.5" cy="128.7" rx="1.9" ry="1" fill="#7D85AD"/>
<ellipse cx="178.3" cy="128.7" rx="1.9" ry="1" fill="#7D85AD"/>
<!-- Watering can (in right hand) -->
<g transform="rotate(-8 182.5 109)">
<rect x="181" y="106.3" width="4.2" height="3.7" rx="1.3" fill="#DFC8F2" stroke="#9E69F4" stroke-width="0.5"/>
<rect x="182.9" y="105.2" width="2.1" height="1.7" rx="0.7" fill="#A278DA" />
<ellipse cx="185.2" cy="108.3" rx="0.9" ry="1.02" fill="url(#waterGrad)"/>
<!-- can handle -->
<path d="M181.2 108 Q180.2 107.3 181 106.1" stroke="#A278DA" stroke-width="0.7" fill="none"/>
<!-- Water droplets pouring up to stem base -->
<ellipse cx="184.8" cy="111.2" rx="0.8" ry="1.7" fill="url(#waterGrad)" opacity="0.7"/>
<ellipse cx="186" cy="114" rx="0.4" ry="1" fill="url(#waterGrad)" opacity="0.7"/>
<ellipse cx="187" cy="117" rx="0.3" ry="0.7" fill="url(#waterGrad)" opacity="0.72"/>
<ellipse cx="187.7" cy="120.8" rx="0.25" ry="0.5" fill="url(#waterGrad)" opacity="0.65"/>
<!-- Water splash hitting stem -->
<ellipse cx="146.5" cy="126.2" rx="1.3" ry="3.2" fill="url(#waterGrad)" opacity="0.72" transform="rotate(-17 146.5 126.2)"/>
<ellipse cx="153" cy="125" rx="0.7" ry="1.5" fill="url(#waterGrad)" opacity="0.4" transform="rotate(-9 153 125)"/>
</g>
</g>
<!-- Artistic accents: swirling wind, magic particles -->
<g>
<!-- Magic swirl from flower -->
<path d="M150 35 Q125 15 110 35 Q97 53 125 57 Q148 59 142 72 Q138 85 120 89"
stroke="#F3B9FE" stroke-width="3.4" fill="none" opacity="0.32"/>
<!-- Particle dots -->
<circle cx="140" cy="18" r="1.2" fill="#D9AEFF" opacity="0.58"/>
<circle cx="127" cy="32" r="1.1" fill="#FFA7FD" opacity="0.59"/>
<circle cx="163" cy="11" r="0.93" fill="#E5D2FC" opacity="0.54"/>
<circle cx="189" cy="42" r="1" fill="#F9C5F7" opacity="0.6"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#666666"/>
<stop offset="100%" stop-color="#333333"/>
</linearGradient>
<radialGradient id="flowerCenterGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="yellow"/>
<stop offset="100%" stop-color="orange"/>
</radialGradient>
<radialGradient id="petalGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFC0CB"/>
<stop offset="100%" stop-color="#FF69B4"/>
</radialGradient>
<linearGradient id="robotGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#BBBBBB"/>
<stop offset="100%" stop-color="#888888"/>
</linearGradient>
<radialGradient id="waterGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#80dfff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#00aaff" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Skyscraper -->
<rect x="120" y="120" width="60" height="140" fill="url(#buildingGradient)" stroke="#222" stroke-width="2"/>
<!-- Windows -->
<rect x="130" y="135" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="155" y="135" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="130" y="155" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="155" y="155" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="130" y="175" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="155" y="175" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="130" y="195" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<rect x="155" y="195" width="10" height="12" fill="#a0e0ff" stroke="#fff" stroke-width="0.5"/>
<!-- Giant Flower Sprouting from the Roof -->
<g id="flower">
<!-- Eight rotated petals -->
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(45,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(90,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(135,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(180,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(225,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(270,150,120)"/>
<ellipse cx="150" cy="80" rx="16" ry="40" fill="url(#petalGradient)" transform="rotate(315,150,120)"/>
<!-- Flower center -->
<circle cx="150" cy="120" r="14" fill="url(#flowerCenterGradient)"/>
<!-- Subtle green stem/leaf -->
<path d="M150,120 C150,140 160,150 150,170" stroke="green" stroke-width="4" stroke-linecap="round" fill="none" opacity="0.7"/>
</g>
<!-- Tiny Robot Watering the Flower -->
<g id="robot" transform="translate(180,110) scale(0.5)">
<!-- Robot Body -->
<rect x="0" y="10" width="20" height="20" rx="3" ry="3" fill="url(#robotGradient)" stroke="#555" stroke-width="1"/>
<!-- Robot Head -->
<rect x="4" y="-10" width="12" height="10" rx="2" ry="2" fill="#ccc" stroke="#555" stroke-width="1"/>
<!-- Eyes -->
<circle cx="7" cy="-6" r="1" fill="#000"/>
<circle cx="13" cy="-6" r="1" fill="#000"/>
<!-- Antenna -->
<line x1="10" y1="-10" x2="10" y2="-16" stroke="red" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="10" cy="-18" r="1.5" fill="red"/>
<!-- Extended Arm holding the Watering Can -->
<line x1="20" y1="18" x2="28" y2="18" stroke="#ccc" stroke-width="2" stroke-linecap="round"/>
<!-- Watering Can -->
<ellipse cx="32" cy="18" rx="4" ry="3" fill="#f1c40f" stroke="#d4ac0d" stroke-width="1"/>
<path d="M36,18 Q38,16 36,14" stroke="#d4ac0d" stroke-width="1.5" fill="none"/>
</g>
<!-- Water Stream from the Watering Can to the Flower -->
<path d="M198 117 Q175 115, 150 120" stroke="blue" stroke-width="2" fill="none" stroke-linecap="round" stroke-dasharray="3,3"/>
</svg>
Judge's Analysis
Player 1's image is more creative and adheres better to the prompt by showing a clear interaction between the tiny robot and the flower on top of the skyscraper.
The inclusion of the sun and a gradient background adds to the visual appeal.
Player 2's submission, while colorful, lacks the same level of detail and environmental context, making it less engaging 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
"An astronaut planting a flag on a melting moon made of ice cream."
"A jellyfish wearing a top hat floating in a starry night sky."