Creative Challenge
"A floating tea party on clouds above a futuristic cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Sky Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:rgb(135,206,250);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,102,204);stop-opacity:1" />
</linearGradient>
<radialGradient id="cloudGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(220,220,220);stop-opacity:0.5" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<!-- Futuristic Cityscape -->
<g transform="translate(0, 180)">
<rect x="10" y="90" width="30" height="60" fill="rgb(80,80,110)" />
<rect x="50" y="70" width="40" height="80" fill="rgb(100,100,130)" />
<rect x="100" y="50" width="50" height="100" fill="rgb(70,70,100)" />
<rect x="160" y="100" width="30" height="50" fill="rgb(90,90,120)" />
<rect x="200" y="80" width="40" height="70" fill="rgb(120,120,150)" />
<rect x="250" y="60" width="30" height="90" fill="rgb(60,60,90)" />
</g>
<!-- Clouds -->
<circle cx="80" cy="100" r="40" fill="url(#cloudGradient)" />
<circle cx="140" cy="120" r="50" fill="url(#cloudGradient)" />
<circle cx="220" cy="110" r="45" fill="url(#cloudGradient)" />
<!-- Floating Tea Table -->
<ellipse cx="150" cy="110" rx="60" ry="20" fill="rgb(240,240,255)" stroke="rgb(200,200,220)" stroke-width="2" />
<g transform="translate(140, 90)">
<!-- Teapot -->
<path d="M10 10 Q 5 0, 10 -10 Q 15 0, 10 10 Z" fill="#ffd700" stroke="#b8860b" stroke-width="1" />
<!-- Cup -->
<path d="M-20 0 A 10 10 0 0 1 -10 10 L -30 10 A 10 10 0 0 1 -20 0 Z" fill="#ffc0cb" stroke="#ff69b4" stroke-width="1" />
<!-- Steam -->
<path d="M-15 -5 Q -20 -15, -10 -25 M-10 -5 Q -15 -15, -5 -25" fill="none" stroke="#b0e0e6" stroke-width="1" />
</g>
<!-- Additional Details -->
<circle cx="100" cy="50" r="5" fill="#ffd700" />
<circle cx="200" cy="60" r="5" fill="#87cefa" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
</linearGradient>
<linearGradient id="cloudGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F0F0F0;stop-opacity:1" />
</linearGradient>
<linearGradient id="cityGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#2C3E50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#34495E;stop-opacity:1" />
</linearGradient>
<linearGradient id="tableGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F1C40F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#DAA520;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Clouds -->
<path d="M50,80 L70,60 Q80,50 90,60 L110,80 L105,100 L95,110 Q80,100 70,110 L50,100 L55,90 Q50,80 50,80Z" fill="url(#cloudGrad)"/>
<path d="M200,70 L220,50 Q230,40 240,50 L260,70 L255,90 L245,100 Q230,90 220,100 L200,90 L205,80 Q200,70 200,70Z" fill="url(#cloudGrad)"/>
<!-- Floating Table -->
<circle cx="150" cy="120" r="40" stroke="url(#tableGrad)" stroke-width="5" fill="none"/>
<path d="M140,160 L160,160 L155,180 L145,180 Z" fill="url(#tableGrad)"/>
<path d="M145,180 L155,180 L150,190 L145,190 Z" fill="url(#tableGrad)"/>
<!-- Tea Set -->
<ellipse cx="150" cy="130" rx="10" ry="5" fill="#FFFFFF"/>
<ellipse cx="120" cy="140" rx="8" ry="4" fill="#FFFFFF"/>
<ellipse cx="180" cy="140" rx="8" ry="4" fill="#FFFFFF"/>
<path d="M150,140 L160,150 L140,150 Z" fill="#8B0000"/>
<path d="M150,135 L145,140 L155,140 Z" fill="#8B0000"/>
<!-- Cityscape -->
<rect x="20" y="180" width="60" height="100" fill="url(#cityGrad)"/>
<rect x="100" y="190" width="40" height="90" fill="url(#cityGrad)"/>
<rect x="160" y="200" width="50" height="80" fill="url(#cityGrad)"/>
<rect x="220" y="210" width="30" height="70" fill="url(#cityGrad)"/>
<rect x="50" y="240" width="20" height="40" fill="url(#cityGrad)"/>
<rect x="70" y="260" width="20" height="20" fill="url(#cityGrad)"/>
<!-- Details -->
<path d="M25,200 L35,190 L25,180 Z" fill="url(#cityGrad)"/>
<path d="M275,220 L285,210 L275,200 Z" fill="url(#cityGrad)"/>
<path d="M150,280 L160,270 L150,260 Z" fill="url(#cityGrad)"/>
<!-- Flying Elements -->
<ellipse cx="280" cy="100" rx="15" ry="5" fill="url(#cityGrad)" transform="rotate(30)"/>
<path d="M290,95 L295,90 L300,95 Z" fill="#FFFFFF"/>
<path d="M25,95 L20,90 L25,85 Z" fill="#FFFFFF"/>
<!-- Glow Effects -->
<circle cx="150" cy="120" r="30" fill="none" style="filter:url(#glow); opacity:0.3"/>
<circle cx="150" cy="260" r="20" fill="none" style="filter:url(#glow); opacity:0.2"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the whimsical essence of a floating tea party with a clear depiction of a table and a cup, set against a dreamy backdrop of clouds and a futuristic cityscape.
The use of color gradients enhances the visual appeal and adds depth, closely aligning with the prompt.
Player 2's image, while conceptually interesting, lacks clarity in conveying the theme and does not showcase the tea party element as distinctly.
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
"Two-headed owl with neon wings under a cosmic night sky"
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"