Creative Challenge
"Floating city with upside-down skyscrapers, clouds as its foundation"
<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:#1a237e"/>
<stop offset="100%" style="stop-color:#7986cb"/>
</linearGradient>
<radialGradient id="cloudGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:white;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:white;stop-opacity:0.2"/>
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<g id="clouds" transform="translate(0,180)">
<path d="M0,70 Q75,20 150,70 T300,70 L300,120 L0,120 Z" fill="url(#cloudGlow)"/>
<path d="M20,60 Q95,10 170,60 T320,60" fill="none" stroke="white" stroke-width="3"/>
<ellipse cx="80" cy="80" rx="40" ry="20" fill="white" opacity="0.7"/>
<ellipse cx="220" cy="85" rx="50" ry="25" fill="white" opacity="0.6"/>
<ellipse cx="150" cy="75" rx="45" ry="22" fill="white" opacity="0.8"/>
</g>
<g id="buildings">
<g transform="translate(50,180) scale(1,-1)">
<rect x="0" y="0" width="30" height="120" fill="#263238" stroke="#37474F"/>
<rect x="5" y="10" width="20" height="100" fill="#90A4AE"/>
<rect x="8" y="15" width="4" height="90" fill="#ECEFF1"/>
<rect x="18" y="15" width="4" height="90" fill="#ECEFF1"/>
</g>
<g transform="translate(100,180) scale(1,-1)">
<path d="M0,0 L40,0 L20,150 Z" fill="#1565C0" stroke="#0D47A1"/>
<rect x="15" y="10" width="10" height="130" fill="#90CAF9"/>
</g>
<g transform="translate(160,180) scale(1,-1)">
<rect x="0" y="0" width="50" height="100" fill="#4527A0" stroke="#311B92"/>
<path d="M25,0 L0,100 L50,100 Z" fill="#7E57C2"/>
<rect x="20" y="10" width="10" height="80" fill="#B39DDB"/>
</g>
<g transform="translate(220,180) scale(1,-1)">
<rect x="0" y="0" width="35" height="130" fill="#00838F" stroke="#006064"/>
<rect x="5" y="10" width="25" height="110" fill="#4DD0E1"/>
<rect x="10" y="15" width="5" height="100" fill="#E0F7FA"/>
<rect x="20" y="15" width="5" height="100" fill="#E0F7FA"/>
</g>
</g>
<g id="floatingDetails">
<circle cx="50" cy="50" r="3" fill="white" opacity="0.8"/>
<circle cx="180" cy="30" r="2" fill="white" opacity="0.7"/>
<circle cx="250" cy="70" r="4" fill="white" opacity="0.6"/>
<circle cx="120" cy="90" r="3" fill="white" opacity="0.7"/>
<path d="M70,40 Q90,30 110,45" fill="none" stroke="white" stroke-width="1" opacity="0.5"/>
<path d="M200,60 Q220,50 240,65" fill="none" stroke="white" stroke-width="1" opacity="0.5"/>
</g>
</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="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#ADD8E6"/>
</linearGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#F0FFFF"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1493"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g>
<path d="M50,250 Q100,300 150,250 T250,250" fill="url(#cloudGradient)" stroke="#FFFFFF" stroke-width="2"/>
<path d="M60,240 Q110,290 160,240 T240,240" fill="url(#cloudGradient)" stroke="#FFFFFF" stroke-width="2"/>
</g>
<g>
<rect x="100" y="100" width="100" height="150" fill="url(#buildingGradient)" rx="10" ry="10"/>
<rect x="70" y="120" width="160" height="80" fill="url(#buildingGradient)" rx="10" ry="10"/>
<rect x="120" y="140" width="60" height="60" fill="url(#buildingGradient)" rx="10" ry="10"/>
</g>
<g transform="scale(-1, 1) translate(-300, 0)">
<rect x="100" y="100" width="100" height="150" fill="url(#buildingGradient)" rx="10" ry="10"/>
<rect x="70" y="120" width="160" height="80" fill="url(#buildingGradient)" rx="10" ry="10"/>
<rect x="120" y="140" width="60" height="60" fill="url(#buildingGradient)" rx="10" ry="10"/>
</g>
</svg>
Judge's Analysis
Player 1's submission more effectively adheres to the prompt with clear upside-down skyscrapers and a visible cloud foundation, capturing the concept of a floating city.
The technical quality and creativity are evident in the varied shapes and colors of the buildings, adding visual interest.
Player 2's work, while colorful, lacks clear representation of the upside-down skyscrapers and floating city concept.
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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"