Creative Challenge
"Floating city above candy clouds"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#1E90FF"/>
</linearGradient>
<radialGradient id="candyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFB6C1"/>
<stop offset="50%" stop-color="#FFDAB9"/>
<stop offset="100%" stop-color="#FF69B4"/>
</radialGradient>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D3D3D3"/>
<stop offset="100%" stop-color="#696969"/>
</linearGradient>
<pattern id="candyStripes" width="4" height="4" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
<rect width="2" height="4" fill="#FF69B4"/>
<rect x="2" width="2" height="4" fill="#FFDAB9"/>
</pattern>
</defs>
<!-- Sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Candy Clouds -->
<g id="candyClouds" opacity="0.9">
<ellipse cx="80" cy="70" rx="40" ry="20" fill="url(#candyGradient)"/>
<ellipse cx="120" cy="70" rx="40" ry="20" fill="url(#candyStripes)"/>
<ellipse cx="100" cy="50" rx="45" ry="25" fill="url(#candyGradient)"/>
<ellipse cx="220" cy="90" rx="35" ry="18" fill="url(#candyStripes)"/>
<ellipse cx="250" cy="90" rx="35" ry="18" fill="url(#candyGradient)"/>
<ellipse cx="235" cy="70" rx="40" ry="20" fill="url(#candyStripes)"/>
<ellipse cx="150" cy="40" rx="30" ry="15" fill="url(#candyGradient)"/>
<ellipse cx="170" cy="40" rx="30" ry="15" fill="url(#candyStripes)"/>
</g>
<!-- Floating City -->
<g id="floatingCity">
<!-- Floating platform -->
<ellipse cx="150" cy="190" rx="60" ry="15" fill="url(#cityGradient)" />
<!-- Buildings -->
<rect x="120" y="140" width="20" height="50" fill="url(#cityGradient)" stroke="#444" stroke-width="0.5"/>
<rect x="160" y="130" width="25" height="60" fill="url(#cityGradient)" stroke="#444" stroke-width="0.5"/>
<rect x="190" y="150" width="15" height="40" fill="url(#cityGradient)" stroke="#444" stroke-width="0.5"/>
<rect x="95" y="150" width="15" height="40" fill="url(#cityGradient)" stroke="#444" stroke-width="0.5"/>
<rect x="135" y="130" width="15" height="60" fill="url(#cityGradient)" stroke="#444" stroke-width="0.5"/>
<!-- Antennas and towers -->
<line x1="130" y1="140" x2="130" y2="120" stroke="#222" stroke-width="1"/>
<circle cx="130" cy="115" r="2" fill="#FF4500"/>
<line x1="170" y1="130" x2="170" y2="110" stroke="#222" stroke-width="1"/>
<circle cx="170" cy="105" r="2" fill="#FF4500"/>
<line x1="160" y1="130" x2="160" y2="115" stroke="#222" stroke-width="1"/>
<circle cx="160" cy="110" r="1.5" fill="#FF4500"/>
</g>
<!-- Floating city shadow effect -->
<ellipse cx="150" cy="210" rx="65" ry="18" fill="rgba(0,0,0,0.2)" />
<!-- Optional decorative stars in sky -->
<g id="stars">
<circle cx="40" cy="30" r="1.5" fill="white"/>
<circle cx="220" cy="20" r="1.2" fill="white"/>
<circle cx="180" cy="60" r="1.5" fill="white"/>
<circle cx="80" cy="100" r="1.2" fill="white"/>
<circle cx="260" cy="50" r="1.5" fill="white"/>
<circle cx="200" cy="10" r="1" fill="white"/>
</g>
<!-- Magical beams from city -->
<g id="beams">
<path d="M150,140 C140,120 160,120 150,100" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="2" stroke-dasharray="4 2" />
<path d="M130,140 C125,120 135,120 130,100" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-dasharray="3 2" />
<path d="M170,130 C165,115 175,115 170,100" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-dasharray="3 2" />
</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="#87CEEB"/>
<stop offset="100%" stop-color="#ADD8E6"/>
</linearGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<linearGradient id="cityGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1493"/>
</linearGradient>
<pattern id="cityPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#FFFFFF"/>
<rect x="5" y="5" width="10" height="10" fill="url(#cityGradient)"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g id="clouds">
<path d="M150 200 q50 0 50 50 t-50 50 t-50 -50 t50 -50" fill="url(#cloudGradient)" stroke="#FFD700" stroke-width="2"/>
<path d="M200 150 q50 0 50 50 t-50 50 t-50 -50 t50 -50" fill="url(#cloudGradient)" stroke="#FFD700" stroke-width="2"/>
<path d="M100 150 q50 0 50 50 t-50 50 t-50 -50 t50 -50" fill="url(#cloudGradient)" stroke="#FFD700" stroke-width="2"/>
</g>
<g id="city" transform="translate(100,100)">
<rect x="0" y="0" width="100" height="100" fill="url(#cityPattern)"/>
<circle cx="50" cy="50" r="20" fill="#FF69B4"/>
<circle cx="25" cy="75" r="15" fill="#FF1493"/>
<circle cx="75" cy="75" r="15" fill="#FF1493"/>
<circle cx="50" cy="25" r="15" fill="#FF69B4"/>
<polygon points="35,75 65,75 50,55" fill="#FF1493"/>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a 'floating city above candy clouds' with a clear depiction of a cityscape and stylized clouds that resemble candy.
The composition is balanced, and the elements are easily recognizable, adhering well to the prompt.
In contrast, Player 2's image is more abstract and less identifiable as a city, which diminishes its adherence to the theme.
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
"Octopus wearing a detective hat, holding a magnifying glass under the sea"
"Rainbow octopus playing cello on a cloud"
"Top hat with a galaxy spilling out"
"Spider sipping a cappuccino on a relaxed rainy day"
"Floating cityscape on the back of a giant turtle, cubist style"
"A surreal tree growing gears instead of leaves"