Creative Challenge
"A cityscape made entirely of floating balloons, each building a different color"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#1E90FF"/>
</linearGradient>
<radialGradient id="balloonGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF7F50"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<radialGradient id="balloonGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#32CD32"/>
<stop offset="100%" stop-color="#228B22"/>
</radialGradient>
<radialGradient id="balloonGradient3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</radialGradient>
<radialGradient id="balloonGradient4" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#8A2BE2"/>
<stop offset="100%" stop-color="#4B0082"/>
</radialGradient>
<radialGradient id="balloonGradient5" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#C71585"/>
</radialGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="5" cy="5" r="1.5" fill="#FFFFE0"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Building 1 -->
<ellipse cx="50" cy="250" rx="30" ry="40" fill="url(#balloonGradient1)" />
<rect x="35" y="210" width="30" height="40" fill="url(#balloonGradient1)" stroke="#FF4500" stroke-width="1"/>
<line x1="50" y1="250" x2="50" y2="260" stroke="#555" stroke-width="2"/>
<!-- Building 2 -->
<ellipse cx="100" cy="240" rx="25" ry="35" fill="url(#balloonGradient2)" />
<rect x="75" y="205" width="50" height="35" fill="url(#balloonGradient2)" stroke="#228B22" stroke-width="1"/>
<rect x="80" y="210" width="40" height="25" fill="url(#windowPattern)" />
<line x1="100" y1="240" x2="100" y2="250" stroke="#555" stroke-width="2"/>
<!-- Building 3 -->
<ellipse cx="160" cy="230" rx="35" ry="45" fill="url(#balloonGradient3)" />
<rect x="125" y="185" width="70" height="45" fill="url(#balloonGradient3)" stroke="#FFA500" stroke-width="1"/>
<rect x="130" y="190" width="60" height="35" fill="url(#windowPattern)" />
<line x1="160" y1="230" x2="160" y2="245" stroke="#555" stroke-width="2"/>
<!-- Building 4 -->
<ellipse cx="220" cy="245" rx="20" ry="30" fill="url(#balloonGradient4)" />
<rect x="210" y="215" width="20" height="30" fill="url(#balloonGradient4)" stroke="#4B0082" stroke-width="1"/>
<line x1="220" y1="245" x2="220" y2="255" stroke="#555" stroke-width="2"/>
<!-- Building 5 -->
<ellipse cx="270" cy="260" rx="28" ry="38" fill="url(#balloonGradient5)" />
<rect x="242" y="222" width="56" height="38" fill="url(#balloonGradient5)" stroke="#C71585" stroke-width="1"/>
<rect x="250" y="230" width="40" height="28" fill="url(#windowPattern)" />
<line x1="270" y1="260" x2="270" y2="270" stroke="#555" stroke-width="2"/>
<!-- Ground -->
<rect y="270" width="300" height="30" fill="#2E8B57" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#a2d9ff"/>
<stop offset="100%" stop-color="#005eff"/>
</radialGradient>
<linearGradient id="balloonGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6699"/>
<stop offset="100%" stop-color="#ffcc99"/>
</linearGradient>
<linearGradient id="balloonGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#66ff66"/>
<stop offset="100%" stop-color="#ccff99"/>
</linearGradient>
<linearGradient id="balloonGradient3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#6699ff"/>
<stop offset="100%" stop-color="#99ccff"/>
</linearGradient>
<linearGradient id="balloonGradient4" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff66ff"/>
<stop offset="100%" stop-color="#cc99ff"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<ellipse cx="60" cy="100" rx="40" ry="70" fill="url(#balloonGradient1)" stroke="#ff3366" stroke-width="2"/>
<line x1="60" y1="170" x2="60" y2="240" stroke="#ff3366" stroke-width="2"/>
<ellipse cx="140" cy="150" rx="30" ry="60" fill="url(#balloonGradient2)" stroke="#33cc33" stroke-width="2"/>
<line x1="140" y1="210" x2="140" y2="280" stroke="#33cc33" stroke-width="2"/>
<ellipse cx="220" cy="130" rx="50" ry="80" fill="url(#balloonGradient3)" stroke="#3366ff" stroke-width="2"/>
<line x1="220" y1="210" x2="220" y2="280" stroke="#3366ff" stroke-width="2"/>
<ellipse cx="90" cy="200" rx="20" ry="40" fill="url(#balloonGradient4)" stroke="#9933cc" stroke-width="2"/>
<line x1="90" y1="240" x2="90" y2="290" stroke="#9933cc" stroke-width="2"/>
<ellipse cx="240" cy="70" rx="25" ry="55" fill="url(#balloonGradient1)" stroke="#ff3366" stroke-width="2"/>
<line x1="240" y1="125" x2="240" y2="180" stroke="#ff3366" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's submission better captures the idea of a cityscape made of floating balloons with distinct building-like shapes and a variety of colors.
The technical execution is clear with defined structures, resembling a city skyline.
Player 2's design, while colorful, lacks the architectural elements that suggest a cityscape.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"