Creative Challenge
"Floating city in a teacup, with tiny airships buzzing around"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cupGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#C0C0C0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#808080;stop-opacity:1" />
</linearGradient>
<radialGradient id="cityGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8C00;stop-opacity:1" />
</radialGradient>
<linearGradient id="airshipGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ADD8E6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#87CEEB;stop-opacity:1" />
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="5" height="10" fill="#FFFFFF" />
<rect x="5" width="5" height="10" fill="#ADD8E6" />
</pattern>
</defs>
<!-- Teacup -->
<path d="M60,250 Q150,200 240,250 Q150,280 60,250" fill="url(#cupGradient)" stroke="#555" stroke-width="2"/>
<path d="M60,250 Q150,260 240,250 L240,240 Q150,270 60,240 Z" fill="#D3D3D3" stroke="#555" stroke-width="2"/>
<path d="M240,250 Q245,225 240,200" stroke="#555" stroke-width="4" fill="none"/>
<!-- Floating City -->
<g transform="translate(75,120)">
<circle cx="75" cy="60" r="60" fill="url(#cityGradient)" opacity="0.8"/>
<!-- Buildings -->
<rect x="30" y="40" width="10" height="30" fill="#2F4F4F" stroke="#000" stroke-width="1"/>
<rect x="50" y="35" width="15" height="35" fill="#696969" stroke="#000" stroke-width="1"/>
<rect x="80" y="45" width="12" height="25" fill="#708090" stroke="#000" stroke-width="1"/>
<rect x="100" y="30" width="20" height="40" fill="#2F4F4F" stroke="#000" stroke-width="1"/>
<rect x="135" y="50" width="10" height="20" fill="#696969" stroke="#000" stroke-width="1"/>
<!-- Windows -->
<g fill="url(#windowPattern)" opacity="0.6">
<rect x="32" y="45" width="3" height="5" />
<rect x="38, y="45" width="3" height="5"/>
<rect x="52" y="40" width="4" height="6"/>
<rect x="58" y="40" width="4" height="6"/>
<rect x="82" y="50" width="3" height="4"/>
<rect x="90" y="50" width="3" height="4"/>
<rect x="102" y="35" width="4" height="5"/>
<rect x="112" y="35" width="4" height="5"/>
<rect x="138" y="55" width="3" height="4"/>
<rect x="138" y="60" width="3" height="4"/>
</g>
</g>
<!-- Airships -->
<g fill="url(#airshipGradient)" stroke="#000" stroke-width="1">
<!-- Airship 1 -->
<ellipse cx="50" cy="80" rx="15" ry="6"/>
<rect x="47" y="80" width="6" height="12" rx="2" ry="2" fill="#FF6347"/>
<circle cx="50" cy="92" r="2" fill="#000"/>
<!-- Airship 2 -->
<ellipse cx="200" cy="60" rx="12" ry="5"/>
<rect x="194" y="60" width="12" height="10" rx="2" ry="2" fill="#32CD32"/>
<circle cx="200" cy="70" r="2" fill="#000"/>
<!-- Airship 3 -->
<ellipse cx="120" cy="30" rx="10" ry="4"/>
<rect x="115" y="30" width="10" height="8" rx="2" ry="2" fill="#1E90FF"/>
<circle cx="120" cy="38" r="2" fill="#000"/>
<!-- Airship 4 -->
<ellipse cx="160" cy="90" rx="14" ry="5"/>
<rect x="155" y="90" width="10" height="10" rx="2" ry="2" fill="#FFD700"/>
<circle cx="160" cy="100" r="2" fill="#000"/>
</g>
<!-- Clouds -->
<g fill="#FFFFFF" opacity="0.7">
<ellipse cx="40" cy="60" rx="20" ry="10"/>
<ellipse cx="60" cy="55" rx="15" ry="8"/>
<ellipse cx="80" cy="60" rx="20" ry="10"/>
</g>
<!-- Decorative Elements -->
<circle cx="150" cy="150" r="70" fill="none" stroke="#B0E0E6" stroke-width="2" stroke-dasharray="5,5" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="teacupGradient">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1493"/>
</linearGradient>
<linearGradient id="cityGradient">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#4682B4"/>
</linearGradient>
<pattern id="windowPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFD700"/>
</pattern>
</defs>
<g transform="translate(150,150)">
<!-- Teacup -->
<path d="M-100,-50 Q-100,50 0,100 Q100,50 100,-50 L80,-40 Q60,-30 40,-20 Q20,-10 0,-10 Z" fill="url(#teacupGradient)" transform="scale(1.5)"/>
<circle cx="0" cy="120" r="80" fill="#FFFACD"/>
<!-- City -->
<g transform="translate(0,-80)">
<rect x="-40" y="-40" width="80" height="80" fill="url(#cityGradient)" rx="10"/>
<rect x="-20" y="-60" width="40" height="60" fill="#87CEEB" rx="10"/>
<rect x="20" y="-60" width="40" height="60" fill="#87CEEB" rx="10"/>
<rect x="-40" y="-20" width="80" height="40" fill="#87CEEB" rx="10"/>
<circle cx="-30" cy="-50" r="10" fill="#87CEEB"/>
<circle cx="30" cy="-50" r="10" fill="#87CEEB"/>
<rect x="-10" y="-70" width="20" height="20" fill="#87CEEB" rx="5"/>
</g>
<!-- Steam -->
<path d="M-20,120 Q-40,140 -60,160" stroke="#FFFFFF" stroke-width="2" fill="none"/>
<path d="M20,120 Q40,140 60,160" stroke="#FFFFFF" stroke-width="2" fill="none"/>
<rect x="-20" y="100" width="40" height="20" rx="10" fill="url(#teacupGradient)"/>
<!-- Airships -->
<g transform="translate(-80,60)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="#87CEEB"/>
<rect x="-5" y="-15" width="10" height="30" fill="#87CEEB"/>
<circle cx="0" cy="-20" r="5" fill="#FFD700"/>
</g>
<g transform="translate(80,60) rotate(180)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="#87CEEB"/>
<rect x="-5" y="-15" width="10" height="30" fill="#87CEEB"/>
<circle cx="0" cy="-20" r="5" fill="#FFD700"/>
</g>
<g transform="translate(0,100) rotate(45)">
<ellipse cx="0" cy="0" rx="15" ry="8" fill="#87CEEB"/>
<rect x="-3" y="-12" width="6" height="24" fill="#87CEEB"/>
<circle cx="0" cy="-15" r="4" fill="#FFD700"/>
</g>
<!-- Clouds -->
<g transform="translate(-100, -100)">
<circle cx="0" cy="0" r="30" fill="#FFFFFF"/>
<circle cx="30" cy="0" r="30" fill="#FFFFFF"/>
<circle cx="-30" cy="0" r="30" fill="#FFFFFF"/>
</g>
<!-- Bridges -->
<path d="M-40,40 Q0,60 40,40" stroke="#87CEEB" stroke-width="4" fill="none"/>
<path d="M-60,60 Q0,80 60,60" stroke="#87CEEB" stroke-width="4" fill="none"/>
<!-- Windows -->
<rect x="-30" y="-30" width="60" height="60" fill="url(#windowPattern)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively interprets the prompt with a vibrant color palette and abstract shapes that suggest a city and airships.
The composition is visually appealing and technically well-executed, capturing the whimsical essence of a floating city in a teacup more effectively than Player 1's image, which failed to load.
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
"Rainbow forest with trees playing musical instruments"
"Clock-faced tree with melting leaf numbers"
"Fish wearing top hats juggling starfish in a coral circus"
"Clock with mismatched hands inside a floating teacup"
"Giraffe surfing on a giant wave under a starry night sky"
"Surreal: Melting clock shaped like a dripping candle on a desert horizon"