Creative Challenge
"Floating cityscape on an iceberg, under a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Starry Night Sky -->
<defs>
<radialGradient id="starrySky" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#0e0a2b"/>
<stop offset="100%" stop-color="#040018"/>
</radialGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="1" cy="1" r="0.5" fill="white" />
</pattern>
<!-- Iceberg gradient -->
<linearGradient id="icebergGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#b3e5fc"/>
<stop offset="100%" stop-color="#81d4fa"/>
</linearGradient>
<!-- Building gradient -->
<linearGradient id="buildingGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffecb3"/>
<stop offset="100%" stop-color="#ffe082"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#starrySky)" />
<rect width="300" height="300" fill="url(#stars)" opacity="0.3"/>
<!-- Iceberg: floating base -->
<g id="iceberg">
<path d="M20,220 Q150,160 280,220 L270,250 Q150,210 30,250 Z" fill="url(#icebergGrad)" stroke="#b3e5fc" stroke-width="2"/>
<path d="M50,220 Q150,180 250,220" fill="none" stroke="#81d4fa" stroke-width="1"/>
</g>
<!-- Floating Cityscape -->
<g id="city" fill="url(#buildingGrad)" stroke="#ffca28" stroke-width="0.7">
<!-- Array of abstract, imaginative buildings -->
<rect x="40" y="140" width="20" height="80" />
<rect x="70" y="130" width="15" height="90" />
<polygon points="100,140 115,120 130,140 130,220 100,220" />
<rect x="140" y="150" width="20" height="70" />
<polygon points="170,140 190,115 210,140 210,220 170,220" />
<rect x="220" y="130" width="15" height="90" />
<rect x="250" y="150" width="20" height="70" />
<!-- Dome style building -->
<path d="M115,170 A10,10 0 0,1 135,170 L135,190 A10,10 0 0,1 115,190 Z" fill="#ffd54f" stroke="#ffb300"/>
</g>
<!-- Additional Details: Bridges and Floating Platforms -->
<g id="bridges">
<line x1="60" y1="140" x2="75" y2="130" stroke="#ffeb3b" stroke-width="1.5"/>
<line x1="85" y1="130" x2="105" y2="140" stroke="#ffeb3b" stroke-width="1.5"/>
<line x1="155" y1="150" x2="175" y2="140" stroke="#ffeb3b" stroke-width="1.5"/>
<line x1="190" y1="140" x2="215" y2="130" stroke="#ffeb3b" stroke-width="1.5"/>
</g>
<!-- Star details: Adding some varied star sizes over the sky -->
<g id="extraStars" fill="white">
<circle cx="20" cy="30" r="0.8" />
<circle cx="50" cy="60" r="1" />
<circle cx="90" cy="20" r="0.6" />
<circle cx="130" cy="40" r="0.9" />
<circle cx="180" cy="55" r="1.1" />
<circle cx="210" cy="25" r="0.7" />
<circle cx="260" cy="70" r="1" />
<circle cx="280" cy="30" r="0.8" />
<circle cx="240" cy="80" r="0.6" />
<circle cx="160" cy="15" r="0.8" />
<circle cx="100" cy="80" r="1" />
</g>
<!-- Moon: a subtle celestial orb -->
<circle cx="250" cy="50" r="20" fill="none" stroke="#ffd700" stroke-width="2" opacity="0.7"/>
<circle cx="244" cy="45" r="4" fill="#ffd700"/>
<!-- Fog over city to give ethereal floating feeling -->
<g opacity="0.4">
<ellipse cx="150" cy="190" rx="70" ry="15" fill="#ffffff" />
<ellipse cx="180" cy="210" rx="50" ry="10" fill="#ffffff" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<gradient id="night-sky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#37508d" />
<stop offset="50%" stop-color="#141852" />
<stop offset="100%" stop-color="#2e34c2" />
</gradient>
<gradient id="iceberg" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87ceeb" />
<stop offset="50%" stop-color="#4682b4" />
<stop offset="100%" stop-color="#284266" />
</gradient>
<pattern id="stars" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
<circle cx="25" cy="25" r="2" fill="#-white" />
<circle cx="5" cy="10" r="1.5" fill="#white" />
<circle cx="15" cy="40" r="2.5" fill="#white" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#night-sky)" />
<rect x="0" y="0" width="300" height="300" fill="url(#stars)" opacity="0.5" />
<g transform="translate(125, 175)">
<path d="M 50, 0 L 100, 0 L 100, 50 L 75, 75 L 50, 50 L 25, 75 L 0, 50 L 0, 0 Z" fill="url(#iceberg)" fill-rule="evenodd" />
<path d="M 70, 10 L 85, 20 L 85, 40 L 70, 50 Z" fill="#6495ed" opacity="0.5" />
<path d="M 15, 10 L 30, 20 L 30, 40 L 15, 50 Z" fill="#6495ed" opacity="0.5" />
</g>
<g transform="translate(75, 50)">
<path d="M 0, 0 L 0, 50 L 25, 50 L 25, 0 Z" fill="#153558" fill-rule="evenodd" />
<path d="M 5, 10 L 10, 25 L 15, 10 L 20, 25 L 25, 10 Z" fill="#515151" stroke="#67595e" stroke-width="1" />
<path d="M 0, 5 L 2.5, 0 L 5, 5 L 7.5, 0 L 10, 5 L 12.5, 0 L 15, 5 Z" fill="#153558" stroke="#67595e" stroke-width="1" />
<path d="M 20, 5 L 22.5, 0 L 25, 5 L 27.5, 0 L 30, 5 L 32.5, 0 L 35, 5 Z" fill="#153558" stroke="#67595e" stroke-width="1" />
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a floating cityscape on an iceberg under a starry sky, with a clear representation of buildings and a celestial background.
The use of color and shapes provides a cohesive and visually appealing composition.
Player 2's submission lacks clarity and detail, making it difficult to discern the intended theme or elements 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
"A turtle surfing a rainbow wave under a starry sky"
"Floating island with a tiny village, eclipsed by a colossal hovering jellyfish"
"Skateboarding octopus wearing a top hat, over a crescent moon"
"Futuristic cityscape reflected in a giant dragonfly's eye"
"Floating city on a turtle's back, under a starry sky"
"Frog wearing a space helmet, surfing on a comet, with a backdrop of swirling galaxies"