Creative Challenge
"Floating city above a giant dandelion in bloom"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Dandelion stem -->
<path d="M150 240 L150 260 L160 270 L150 280 L140 270 L150 260"
fill="#4A8F45" stroke="#2E7D32" stroke-width="2"/>
<!-- Dandelion seeds -->
<g transform="translate(150 280)" opacity="0.8">
<circle cx="0" cy="0" r="5" fill="#FFFFFF" stroke="#FFF" stroke-width="1"/>
<circle cx="-8" cy="-5" r="4" fill="#FFFFFF" stroke="#FFF" stroke-width="1"/>
<circle cx="8" cy="-5" r="4" fill="#FFFFFF" stroke="#FFF" stroke-width="1"/>
<circle cx="-12" cy="-10" r="3" fill="#FFFFFF" stroke="#FFF" stroke-width="1"/>
<circle cx="12" cy="-10" r="3" fill="#FFFFFF" stroke="#FFF" stroke-width="1"/>
</g>
<!-- Floating city -->
<g transform="translate(100 100)" opacity="0.9">
<!-- City building 1 -->
<rect x="0" y="0" width="80" height="100" fill="url(#buildingGradient1)"
stroke="#333" stroke-width="2"/>
<!-- City building 2 -->
<rect x="40" y="20" width="60" height="80" fill="url(#buildingGradient2)"
stroke="#333" stroke-width="2"/>
<!-- City building 3 -->
<rect x="20" y="40" width="40" height="60" fill="url(#buildingGradient3)"
stroke="#333" stroke-width="2"/>
</g>
<!-- Balloons -->
<ellipse cx="220" cy="120" rx="15" ry="10" fill="#FF69B4" stroke="#FF1493" stroke-width="2">
<animate attributeName="cy" from="120" to="100" dur="2s" repeatCount="indefinite"/>
</ellipse>
<path d="M220 120 L220 180" stroke="#FF1493" stroke-width="2"/>
<!-- Light rays -->
<path d="M0 0 L300 300" stroke="#FFF" stroke-width="1" opacity="0.3"/>
<path d="M300 0 L0 300" stroke="#FFF" stroke-width="1" opacity="0.3"/>
<!-- Gradients -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#87CEEB"/>
<stop offset="1" stop-color="#E0F6FF"/>
</linearGradient>
<linearGradient id="buildingGradient1" x1="0" y1="0" x2="0" y2="100">
<stop offset="0" stop-color="#FFB3BA"/>
<stop offset="1" stop-color="#FF99CC"/>
</linearGradient>
<linearGradient id="buildingGradient2" x1="0" y1="0" x2="0" y2="80">
<stop offset="0" stop-color="#BAFFC9"/>
<stop offset="1" stop-color="#8FF6FF"/>
</linearGradient>
<linearGradient id="buildingGradient3" x1="0" y1="0" x2="0" y2="60">
<stop offset="0" stop-color="#6495ED"/>
<stop offset="1" stop-color="#4682B4"/>
</linearGradient>
</defs>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a237e" />
<stop offset="40%" stop-color="#5c6bc0" />
<stop offset="80%" stop-color="#bbdefb" />
</linearGradient>
<radialGradient id="sunGlow" cx="80%" cy="10%" r="50%">
<stop offset="0%" stop-color="#ffee58" stop-opacity="0.9" />
<stop offset="100%" stop-color="#ffee58" stop-opacity="0" />
</radialGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="cityPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#455a64" />
<rect width="5" height="5" fill="#78909c" />
</pattern>
<filter id="cloudBlur">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" />
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="240" cy="30" r="60" fill="url(#sunGlow)" />
<!-- Clouds -->
<g filter="url(#cloudBlur)">
<ellipse cx="50" cy="70" rx="30" ry="15" fill="white" opacity="0.7" />
<ellipse cx="220" cy="100" rx="40" ry="20" fill="white" opacity="0.6" />
<ellipse cx="160" cy="40" rx="30" ry="15" fill="white" opacity="0.5" />
</g>
<!-- Dandelion Stem -->
<path d="M150,300 C150,280 145,230 150,200" stroke="#7cb342" stroke-width="4" fill="none" />
<!-- Dandelion Base -->
<ellipse cx="150" cy="200" rx="12" ry="5" fill="#7cb342" />
<!-- Dandelion Seeds -->
<g>
<g id="seedSection">
<g>
<line x1="150" y1="200" x2="170" y2="170" stroke="#e0e0e0" stroke-width="0.6" />
<circle cx="170" cy="170" r="3" fill="white" opacity="0.9" />
<path d="M170,170 C175,165 175,155 170,150" stroke="#e0e0e0" stroke-width="0.3" fill="none" />
<circle cx="170" cy="150" r="2" fill="white" opacity="0.7" />
</g>
<g>
<line x1="150" y1="200" x2="160" y2="160" stroke="#e0e0e0" stroke-width="0.6" />
<circle cx="160" cy="160" r="3" fill="white" opacity="0.9" />
<path d="M160,160 C165,155 165,145 160,140" stroke="#e0e0e0" stroke-width="0.3" fill="none" />
<circle cx="160" cy="140" r="2" fill="white" opacity="0.7" />
</g>
<g>
<line x1="150" y1="200" x2="150" y2="155" stroke="#e0e0e0" stroke-width="0.6" />
<circle cx="150" cy="155" r="3" fill="white" opacity="0.9" />
<path d="M150,155 C155,150 155,140 150,135" stroke="#e0e0e0" stroke-width="0.3" fill="none" />
<circle cx="150" cy="135" r="2" fill="white" opacity="0.7" />
</g>
</g>
<!-- Replicate seed sections around the circle -->
<use href="#seedSection" transform="rotate(45 150 200)" />
<use href="#seedSection" transform="rotate(90 150 200)" />
<use href="#seedSection" transform="rotate(135 150 200)" />
<use href="#seedSection" transform="rotate(180 150 200)" />
<use href="#seedSection" transform="rotate(225 150 200)" />
<use href="#seedSection" transform="rotate(270 150 200)" />
<use href="#seedSection" transform="rotate(315 150 200)" />
</g>
<!-- Floating City Platform -->
<g transform="translate(150, 115)">
<ellipse cx="0" cy="0" rx="45" ry="15" fill="#90a4ae" />
<ellipse cx="0" cy="-2" rx="40" ry="12" fill="#eceff1" />
<!-- City structures -->
<g transform="translate(-35, -30)">
<!-- Central tower -->
<rect x="30" y="10" width="10" height="25" fill="#263238" />
<polygon points="30,10 40,10 35,-5" fill="#37474f" />
<circle cx="35" cy="0" r="2" fill="#64ffda" filter="url(#glow)" />
<!-- Buildings -->
<rect x="15" y="18" width="10" height="10" fill="url(#cityPattern)" />
<rect x="15" y="15" width="10" height="3" fill="#cfd8dc" />
<rect x="5" y="20" width="7" height="8" fill="#37474f" />
<rect x="5" y="18" width="7" height="2" fill="#cfd8dc" />
<rect x="45" y="18" width="8" height="10" fill="#455a64" />
<rect x="45" y="16" width="8" height="2" fill="#cfd8dc" />
<rect x="55" y="20" width="5" height="8" fill="#546e7a" />
<polygon points="55,20 60,20 57.5,15" fill="#78909c" />
<!-- Domes and details -->
<circle cx="10" cy="15" r="4" fill="#64b5f6" opacity="0.7" />
<circle cx="50" cy="14" r="3" fill="#64b5f6" opacity="0.7" />
<!-- Bridges and walkways -->
<path d="M12,20 C15,18 25,18 28,20" stroke="#cfd8dc" stroke-width="1" fill="none" />
<path d="M42,20 C45,18 50,18 53,20" stroke="#cfd8dc" stroke-width="1" fill="none" />
<!-- Hanging gardens -->
<path d="M20,20 C20,23 20,25 25,25" stroke="#81c784" stroke-width="2" fill="none" />
<circle cx="26" cy="25" r="2" fill="#4caf50" />
<path d="M38,20 C38,23 38,25 33,25" stroke="#81c784" stroke-width="2" fill="none" />
<circle cx="32" cy="25" r="2" fill="#4caf50" />
</g>
</g>
<!-- Flying seeds with tiny cities -->
<g>
<g>
<line x1="120" y1="140" x2="90" y2="100" stroke="#e0e0e0" stroke-width="0.8" />
<circle cx="90" cy="100" r="3" fill="white" opacity="0.9" />
<circle cx="90" cy="100" r="1" fill="#b0bec5" />
</g>
<g>
<line x1="160" y1="130" x2="200" y2="80" stroke="#e0e0e0" stroke-width="0.8" />
<circle cx="200" cy="80" r="3" fill="white" opacity="0.9" />
<circle cx="200" cy="80" r="1" fill="#b0bec5" />
</g>
<g>
<line x1="130" y1="160" x2="60" y2="140" stroke="#e0e0e0" stroke-width="0.8" />
<circle cx="60" cy="140" r="3" fill="white" opacity="0.9" />
<circle cx="60" cy="140" r="1" fill="#b0bec5" />
</g>
<g>
<line x1="170" y1="170" x2="230" y2="150" stroke="#e0e0e0" stroke-width="0.8" />
<circle cx="230" cy="150" r="3" fill="white" opacity="0.9" />
<circle cx="230" cy="150" r="1" fill="#b0bec5" />
</g>
</g>
<!-- Small airships around the city -->
<g>
<ellipse cx="120" cy="90" rx="8" ry="3" fill="#ffcc80" opacity="0.9" />
<rect x="118" y="91" width="4" height="3" fill="#795548" />
<ellipse cx="190" cy="125" rx="6" ry="2.5" fill="#ffcc80" opacity="0.9" />
<rect x="188" y="126" width="3" height="2" fill="#795548" />
</g>
</svg>
Judge's Analysis
Player 2's submission showcases a more detailed and imaginative interpretation of the prompt with a clear depiction of a floating city above a dandelion.
The composition is visually appealing with a strong use of color gradients and intricate details that enhance the overall concept.
In contrast, Player 1's image lacks the complexity and adherence to the theme, making Player 2's image the more compelling 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
"A giraffe sky-diving with a rainbow parachute"
"An umbrella that rains upward in a clear blue sky"
"Floating umbrella jellyfish in a starfield sky"
"Surreal snail skyscraper with windows and tiny elevator doors"
"Frog in a tuxedo playing the violin under a crescent moon"
"Steampunk octopus playing a violin under the sea"