Creative Challenge
"A skyscraper wearing a wizard hat amidst tiny, floating city clouds"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#B0E0E6" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2C3E50" />
<stop offset="100%" stop-color="#34495E" />
</linearGradient>
<linearGradient id="hatGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFFFF" />
<stop offset="100%" stop-color="#F0F8FF" />
</radialGradient>
<pattern id="windowPattern" x="0" y="0" width="10" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="8" height="8" fill="#FFD700" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect x="100" y="100" width="50" height="150" fill="url(#buildingGradient)" />
<rect x="105" y="105" width="40" height="140" fill="url(#windowPattern)" />
<path d="M95,50 C95,30 125,30 125,50 L125,80 L95,80 Z" fill="url(#hatGradient)" />
<circle cx="150" cy="50" r="20" fill="url(#cloudGradient)" />
<circle cx="130" cy="60" r="15" fill="url(#cloudGradient)" />
<circle cx="170" cy="60" r="15" fill="url(#cloudGradient)" />
<circle cx="50" cy="80" r="25" fill="url(#cloudGradient)" />
<circle cx="70" cy="100" r="20" fill="url(#cloudGradient)" />
<circle cx="250" cy="70" r="30" fill="url(#cloudGradient)" />
<circle cx="230" cy="90" r="25" fill="url(#cloudGradient)" />
<circle cx="200" cy="100" r="20" fill="url(#cloudGradient)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#4e54c8"/>
<stop offset="100%" stop-color="#8f94fb"/>
</linearGradient>
<linearGradient id="hatGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#663399"/>
<stop offset="100%" stop-color="#8e44ad"/>
</linearGradient>
<pattern id="windowPattern" width="10" height="15" patternUnits="userSpaceOnUse">
<rect width="10" height="15" fill="none"/>
<circle cx="5" cy="5" r="1.5" fill="#fff"/>
<circle cx="5" cy="10" r="1.5" fill="#fff"/>
</pattern>
<filter id="cloudBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" />
</filter>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Floating City Clouds -->
<g filter="url(#cloudBlur)">
<!-- Cloud 1 with tiny buildings -->
<g transform="translate(50, 60)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="#ffffff" opacity="0.8"/>
<rect x="-15" y="-10" width="5" height="10" fill="#b0c4de"/>
<rect x="5" y="-12" width="5" height="12" fill="#b0c4de"/>
<rect x="-5" y="-8" width="5" height="8" fill="#b0c4de"/>
</g>
<!-- Cloud 2 with tiny buildings -->
<g transform="translate(220, 90)">
<ellipse cx="0" cy="0" rx="25" ry="15" fill="#ffffff" opacity="0.8"/>
<rect x="-10" y="-8" width="4" height="8" fill="#add8e6"/>
<rect x="6" y="-10" width="4" height="10" fill="#add8e6"/>
<rect x="-3" y="-5" width="4" height="5" fill="#add8e6"/>
</g>
<!-- Cloud 3 with tiny buildings -->
<g transform="translate(150, 40)">
<ellipse cx="0" cy="0" rx="35" ry="20" fill="#ffffff" opacity="0.8"/>
<rect x="-18" y="-9" width="5" height="9" fill="#87cefa"/>
<rect x="-5" y="-12" width="5" height="12" fill="#87cefa"/>
<rect x="8" y="-7" width="5" height="7" fill="#87cefa"/>
</g>
</g>
<!-- Skyscraper -->
<rect x="130" y="100" width="40" height="150" rx="5" ry="5" fill="url(#buildingGradient)" stroke="#2c3e50" stroke-width="2"/>
<!-- Windows -->
<g fill="url(#windowPattern)">
<!-- Vertical windows -->
<g>
<!-- Columns -->
<g>
<rect x="135" y="110" width="4" height="140"/>
<rect x="145" y="110" width="4" height="140"/>
<rect x="155" y="110" width="4" height="140"/>
<rect x="165" y="110" width="4" height="140"/>
</g>
<!-- Rows -->
<g>
<rect x="135" y="110" width="40" height="15"/>
<rect x="135" y="130" width="40" height="15"/>
<rect x="135" y="150" width="40" height="15"/>
<rect x="135" y="170" width="40" height="15"/>
<rect x="135" y="190" width="40" height="15"/>
<rect x="135" y="210" width="40" height="15"/>
<rect x="135" y="230" width="40" height="15"/>
<rect x="135" y="250" width="40" height="15"/>
</g>
</g>
</g>
<!-- Wizard Hat -->
<g transform="translate(130, 80)">
<path d="M20,0 L40,0 L35,20 L25,15 L15,20 L10,0 Z" fill="url(#hatGradient)" stroke="#4b0082" stroke-width="2"/>
<circle cx="25" cy="20" r="4" fill="#ffd700"/>
</g>
</svg>
Judge's Analysis
Player 2's submission exhibits greater creativity and adherence to the prompt with a distinct wizard hat and a more whimsical presentation of floating clouds.
The technical execution is superior with smooth gradients and a cohesive color scheme, enhancing the visual appeal.
Player 1's image lacks the distinct wizard hat element and has a simpler composition.
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
"Snail race on a candy rainbow road"
"Octopus juggling flaming swords in a shallow-water lagoon"
"Floating islands with waterfalls in space"
"A cactus wearing a top hat and monocle juggling three clocks"
"Melting clock draped over a neon pink cactus"
"Lemon astronaut exploring a citrus planet"