Creative Challenge
"Upside-down cityscape with floating hot air balloons"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky Gradient Background -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#032B43" />
<stop offset="100%" stop-color="#5C4D7D" />
</linearGradient>
<radialGradient id="sunGlow" cx="250" cy="250" r="30" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#FFDE59" />
<stop offset="100%" stop-color="#FF914D" 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="windowPattern" width="4" height="4" patternUnits="userSpaceOnUse">
<rect width="3" height="3" fill="#FFDE59" opacity="0.7" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="250" cy="250" r="40" fill="url(#sunGlow)" />
<!-- Stars -->
<g>
<circle cx="50" cy="270" r="1" fill="white" opacity="0.8" />
<circle cx="80" cy="250" r="1.2" fill="white" opacity="0.7" />
<circle cx="120" cy="280" r="0.8" fill="white" opacity="0.9" />
<circle cx="200" cy="260" r="1" fill="white" opacity="0.8" />
<circle cx="230" cy="240" r="0.7" fill="white" opacity="0.7" />
<circle cx="30" cy="230" r="0.9" fill="white" opacity="0.8" />
<circle cx="170" cy="270" r="1.1" fill="white" opacity="0.9" />
</g>
<!-- Upside-down Cityscape -->
<g transform="translate(0, 140) scale(1, -1)">
<!-- Building 1 -->
<rect x="20" y="0" width="30" height="120" fill="#193C5D" />
<rect x="22" y="10" width="26" height="110" fill="#142636" />
<rect x="25" y="5" width="20" height="10" fill="#0F1C26" />
<g>
<rect x="25" y="20" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="20" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="20" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="40" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="40" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="40" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="50" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="50" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="50" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="70" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="70" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="70" width="4" height="6" fill="url(#windowPattern)" />
<rect x="25" y="80" width="4" height="6" fill="url(#windowPattern)" />
<rect x="32" y="80" width="4" height="6" fill="url(#windowPattern)" />
<rect x="39" y="80" width="4" height="6" fill="url(#windowPattern)" />
</g>
<!-- Building 2 (Skyscraper) -->
<rect x="55" y="0" width="40" height="180" fill="#0F2447" />
<rect x="58" y="0" width="34" height="180" fill="#081624" />
<rect x="65" y="180" width="20" height="10" fill="#040B14" />
<g>
<rect x="62" y="10" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="10" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="10" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="25" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="25" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="25" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="40" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="40" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="40" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="55" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="55" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="55" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="70" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="70" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="70" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="85" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="85" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="85" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="100" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="100" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="100" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="115" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="115" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="115" width="5" height="7" fill="url(#windowPattern)" />
<rect x="62" y="130" width="5" height="7" fill="url(#windowPattern)" />
<rect x="72" y="130" width="5" height="7" fill="url(#windowPattern)" />
<rect x="82" y="130" width="5" height="7" fill="url(#windowPattern)" />
</g>
<!-- Building 3 -->
<rect x="100" y="0" width="35" height="140" fill="#1D3E5E" />
<rect x="103" y="0" width="29" height="140" fill="#152B40" />
<polygon points="117.5,140 103,130 132,130" fill="#0A1520" />
<g>
<rect x="108" y="15" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="15" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="15" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="30" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="45" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="45" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="45" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="60" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="75" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="75" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="75" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="90" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="90" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="90" width="4" height="6" fill="url(#windowPattern)" />
<rect x="108" y="105" width="4" height="6" fill="url(#windowPattern)" />
<rect x="115" y="105" width="4" height="6" fill="url(#windowPattern)" />
<rect x="122" y="105" width="4" height="6" fill="url(#windowPattern)" />
</g>
<!-- Building 4 -->
<rect x="140" y="0" width="50" height="100" fill="#173853" />
<rect x="143" y="0" width="44" height="100" fill="#102436" />
<rect x="145" y="100" width="40" height="10" fill="#081624" />
<g>
<rect x="148" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="160" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="172" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="148" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="160" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="172" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="148" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="160" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="172" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="148" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="160" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="172" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="148" y="75" width="6" height="8" fill="url(#windowPattern)" />
<rect x="160" y="75" width="6" height="8" fill="url(#windowPattern)" />
<rect x="172" y="75" width="6" height="8" fill="url(#windowPattern)" />
</g>
<!-- Building 5 -->
<rect x="195" y="0" width="35" height="160" fill="#1E3F5F" />
<rect x="198" y="0" width="29" height="160" fill="#132C43" />
<rect x="202" y="160" width="21" height="8" fill="#081624" />
<g>
<rect x="203" y="15" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="15" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="30" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="30" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="45" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="45" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="60" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="60" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="75" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="75" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="90" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="90" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="105" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="105" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="120" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="120" width="5" height="7" fill="url(#windowPattern)" />
<rect x="203" y="135" width="5" height="7" fill="url(#windowPattern)" />
<rect x="213" y="135" width="5" height="7" fill="url(#windowPattern)" />
</g>
<!-- Building 6 -->
<rect x="235" y="0" width="45" height="130" fill="#244668" />
<rect x="238" y="0" width="39" height="130" fill="#193048" />
<rect x="242" y="130" width="31" height="10" fill="#0F1C26" />
<g>
<rect x="245" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="15" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="30" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="45" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="60" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="75" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="75" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="75" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="90" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="90" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="90" width="6" height="8" fill="url(#windowPattern)" />
<rect x="245" y="105" width="6" height="8" fill="url(#windowPattern)" />
<rect x="258" y="105" width="6" height="8" fill="url(#windowPattern)" />
<rect x="271" y="105" width="6" height="8" fill="url(#windowPattern)" />
</g>
</g>
<!-- Hot Air Balloons -->
<!-- Balloon 1 -->
<g>
<ellipse cx="50" cy="70" rx="20" ry="25" fill="#FF5252" />
<path d="M50,95 L50,115" stroke="#8D6E63" stroke-width="1.5" fill="none" />
<rect x="45" y="115" width="10" height="6" fill="#8D6E63" />
<path d="M40,90 C50,95 50,95 60,90" stroke="#8D6E63" stroke-width="1.5" fill="none" />
<path d="M50,45 L50,95" stroke="#8D6E63" stroke-width="0.8" fill="none" />
<path d="M40,55 L60,55" stroke="#8D6E63" stroke-width="0.8" fill="none" />
<path d="M35,70 L65,70" stroke="#8D6E63" stroke-width="0.8" fill="none" />
<path d="M40,85 L60,85" stroke="#8D6E63" stroke-width="0.8" fill="none" />
</g>
<!-- Balloon 2 -->
<g>
<ellipse cx="120" cy="40" rx="25" ry="30" fill="#4FC3F7" />
<path d="M120,70 L120,95" stroke="#5D4037" stroke-width="1.5" fill="none" />
<rect x="115" y="95" width="10" height="6" fill="#5D4037" />
<path d="M105,65 C120,72 120,72 135,65" stroke="#5D4037" stroke-width="1.5" fill="none" />
<path d="M120,10 L120,70" stroke="#5D4037" stroke-width="0.8" fill="none" />
<path d="M105,20 L135,20" stroke="#5D4037" stroke-width="0.8" fill="none" />
<path d="M95,40 L145,40" stroke="#5D4037" stroke-width="0.8" fill="none" />
<path d="M105,60 L135,60" stroke="#5D4037" stroke-width="0.8" fill="none" />
</g>
<!-- Balloon 3 -->
<g>
<ellipse cx="190" cy="60" rx="22" ry="28" fill="#FFEB3B" />
<path d="M190,88 L190,110" stroke="#795548" stroke-width="1.5" fill="none" />
<rect x="185" y="110" width="10" height="6" fill="#795548" />
<path d="M175,83 C190,90 190,90 205,83" stroke="#795548" stroke-width="1.5" fill="none" />
<path d="M190,32 L190,88" stroke="#795548" stroke-width="0.8" fill="none" />
<path d="M175,45 L205,45" stroke="#795548" stroke-width="0.8" fill="none" />
<path d="M168,60 L212,60" stroke="#795548" stroke-width="0.8" fill="none" />
<path d="M175,75 L205,75" stroke="#795548" stroke-width="0.8" fill="none" />
</g>
<!-- Balloon 4 -->
<g>
<ellipse cx="250" cy="90" rx="18" ry="22" fill="#9C27B0" />
<path d="M250,112 L250,130" stroke="#6D4C41" stroke-width="1.5" fill="none" />
<rect x="245" y="130" width="10" height="6" fill="#6D4C41" />
<path d="M238,107 C250,114 250,114 262,107" stroke="#6D4C41" stroke-width="1.5" fill="none" />
<path d="M250,68 L250,112" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M238,80 L262,80" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M232,90 L268,90" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M238,100 L262,100" stroke="#6D4C41" stroke-width="0.8" fill="none" />
</g>
<!-- Balloon 5 -->
<g>
<ellipse cx="80" cy="100" rx="16" ry="20" fill="#8BC34A" />
<path d="M80,120 L80,135" stroke="#6D4C41" stroke-width="1.5" fill="none" />
<rect x="75" y="135" width="10" height="6" fill="#6D4C41" />
<path d="M70,115 C80,122 80,122 90,115" stroke="#6D4C41" stroke-width="1.5" fill="none" />
<path d="M80,80 L80,120" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M70,90 L90,90" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M64,100 L96,100" stroke="#6D4C41" stroke-width="0.8" fill="none" />
<path d="M70,110 L90,110" stroke="#6D4C41" stroke-width="0.8" fill="none" />
</g>
<!-- Clouds -->
<g fill="white" opacity="0.7">
<ellipse cx="40" cy="20" rx="15" ry="10" />
<ellipse cx="60" cy="15" rx="20" ry="12" />
<ellipse cx="25" cy="15" rx="12" ry="8" />
<ellipse cx="170" cy="25" rx="18" ry="10" />
<ellipse cx="190" cy="20" rx="22" ry="15" />
<ellipse cx="150" cy="15" rx="15" ry="10" />
<ellipse cx="260" cy="40" rx="20" ry="12" />
<ellipse cx="280" cy="35" rx="15" ry="10" />
<ellipse cx="240" cy="30" rx="18" ry="8" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B0E0E6;stop-opacity:1" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4682B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5F9EA0;stop-opacity:1" />
</linearGradient>
<linearGradient id="balloonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6347;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="scale(1, -1) translate(0, -300)">
<rect x="20" y="50" width="40" height="200" fill="url(#buildingGradient)" />
<rect x="80" y="80" width="40" height="170" fill="url(#buildingGradient)" />
<rect x="140" y="40" width="40" height="210" fill="url(#buildingGradient)" />
<rect x="200" y="60" width="40" height="190" fill="url(#buildingGradient)" />
<rect x="260" y="30" width="40" height="220" fill="url(#buildingGradient)" />
<path d="M30,275 Q35,290 40,275 T50,275 Q55,290 60,275 C55,270 50,255 30,270 Z" fill="#ffffff" />
<path d="M110,260 Q115,275 120,260 T130,260 Q135,275 140,260 C135,255 130,240 110,255 Z" fill="#ffffff" />
<path d="M190,285 Q195,300 200,285 T210,285 Q215,300 220,285 C215,280 210,265 190,280 Z" fill="#ffffff" />
<circle cx="80" cy="230" r="5" fill="url(#balloonGradient)" />
<line x1="80" y1="225" x2="80" y2="180" stroke="#000" stroke-width="2" />
<circle cx="100" cy="210" r="8" fill="url(#balloonGradient)" />
<line x1="100" y1="202" x2="100" y2="170" stroke="#000" stroke-width="2" />
<circle cx="200" cy="200" r="7" fill="url(#balloonGradient)" />
<line x1="200" y1="195" x2="200" y2="160" stroke="#000" stroke-width="2" />
<circle cx="250" cy="250" r="6" fill="url(#balloonGradient)" />
<line x1="250" y1="245" x2="250" y2="210" stroke="#000" stroke-width="2" />
</g>
</svg>
Judge's Analysis
Player 1's submission creatively integrates an upside-down cityscape with a clear representation of floating hot air balloons, adhering closely to the prompt.
The use of vibrant colors and distinct shapes ensures visual appeal and clarity.
Player 2's image, while abstract, lacks clear elements of an upside-down cityscape and hot air balloons, making it less effective in meeting the prompt requirements.
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
"Flamingo in a tuxedo, tap-dancing on a lilypad"
"Flying cat playing a trumpet in a starry skyline"
"A sun setting behind a skyline of teacups"
"Cloud with one quirky face winking"
"Dancing Cactus in a Tuxedo"
"A giraffe wearing a top hat, juggling planets in space"