Creative Challenge
"Floating cityscape with trees growing upside down from 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="#2E3192"/>
<stop offset="100%" stop-color="#1BFFFF"/>
</linearGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#E0E0E0"/>
</linearGradient>
<radialGradient id="sunGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)"/>
<g transform="translate(0, 100)">
<path d="M50,100 C50,70 80,70 80,100 S110,130 110,100 S140,70 140,100 S170,130 170,100 S200,70 200,100" fill="url(#cloudGradient)"/>
<path d="M50,120 C50,90 80,90 80,120 S110,150 110,120 S140,90 140,120 S170,150 170,120 S200,90 200,120" fill="url(#cloudGradient)"/>
<g transform="translate(50, 100) scale(0.8)">
<path d="M0,0 L20,-40 L40,0 Z" fill="#8B4513"/>
<path d="M10,-30 Q20,-50 30,-30 T50,-30 Q60,-10 50,10 T30,10 Q20,30 10,10 T-10,10 Q-20,-10 -10,-30 T10,-30 Z" fill="#228B22"/>
</g>
<g transform="translate(110, 100) scale(0.8)">
<path d="M0,0 L20,-40 L40,0 Z" fill="#8B4513"/>
<path d="M10,-30 Q20,-50 30,-30 T50,-30 Q60,-10 50,10 T30,10 Q20,30 10,10 T-10,10 Q-20,-10 -10,-30 T10,-30 Z" fill="#228B22"/>
</g>
<g transform="translate(170, 100) scale(0.8)">
<path d="M0,0 L20,-40 L40,0 Z" fill="#8B4513"/>
<path d="M10,-30 Q20,-50 30,-30 T50,-30 Q60,-10 50,10 T30,10 Q20,30 10,10 T-10,10 Q-20,-10 -10,-30 T10,-30 Z" fill="#228B22"/>
</g>
<path d="M50,140 Q75,160 100,140 T150,140 Q175,160 200,140" fill="url(#cloudGradient)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky background with gradient -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Clouds with trees growing upside down -->
<circle cx="100" cy="50" r="30" fill="#FFFFFF" opacity="0.8" />
<circle cx="60" cy="70" r="25" fill="#FFFFFF" opacity="0.8" />
<circle cx="140" cy="80" r="20" fill="#FFFFFF" opacity="0.8" />
<line x1="100" y1="50" x2="100" y2="120" stroke="#3EA055" stroke-width="3" />
<line x1="60" y1="70" x2="60" y2="150" stroke="#3EA055" stroke-width="3" />
<line x1="140" y1="80" x2="140" y2="180" stroke="#3EA055" stroke-width="3" />
<!-- Buildings in the floating cityscape -->
<rect x="50" y="150" width="40" height="100" fill="#FFC300" />
<rect x="110" y="130" width="60" height="120" fill="#FF5733" />
<rect x="180" y="140" width="50" height="110" fill="#FFC300" />
<!-- Tree symbol -->
<path d="M240 50L260 70L220 70L240 50Z" fill="#3EA055" />
<!-- Defining the gradient for the sky -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4F4FD2" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a floating cityscape with trees growing from clouds.
The use of vibrant colors and distinct geometric forms create a visually appealing design.
While Player 1's image includes elements of clouds and greenery, it lacks the clarity and compositional strength that Player 2's image presents.
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 cityscape with buildings made of giant fruit"
"Underwater steampunk city with jellyfish streetlights"
"Floating island with a waterfall of stars"
"Whale with butterfly wings swimming through clouds"
"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"
"A futuristic cityscape made entirely of giant, glowing neon seashells"