Creative Challenge
"Flying teapot pouring stardust onto a moonlit ocean"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient sky -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a2f38;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4a6572;stop-opacity:1" />
</linearGradient>
<linearGradient id="teapotGold" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#c9b458;stop-opacity:1" />
<stop offset="100%" style="stop-color:#b08f68;stop-opacity:1" />
</linearGradient>
<path id="wave" d="M0,200 Q 50,180 100,200 Q 150,220 200,200 Q 250,180 300,200 L 300,300 L0,300 Z"/>
<linearGradient id="oceanGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a2f38;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2a4858;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Ocean -->
<use href="#wave" fill="url(#oceanGradient)"/>
<path d="M50,220 Q 60,210 70,220 Q 80,230 90,220 Q 100,210 110,220 Q 120,230 130,220 Q 140,210 150,220"
fill="#ffffff" opacity="0.3"/>
<path d="M230,220 Q 240,210 250,220 Q 260,230 270,220 Q 280,210 290,220"
fill="#ffffff" opacity="0.3"/>
<!-- Flying Teapot -->
<g transform="translate(100,100)">
<!-- Teapot body -->
<path d="M-40,-40 Q -40,40 0,40 L 40,40 Q 40,-40 0,-40 Z"
fill="url(#teapotGold)" stroke="#8b4513" stroke-width="2"/>
<!-- Spout -->
<path d="M-10,-20 L 20,-20 L 20,-10 L -10,-10 Z" fill="#8b4513"/>
<!-- Steam -->
<path d="M0,-50 Q 20,-40 0,-30" fill="none" stroke="#ffffff" stroke-width="4" opacity="0.7"/>
</g>
<!-- Stardust stream -->
<path d="M100,100 Q 150,150 200,200 Q 250,250 300,300" stroke="url(#stardustGradient)" stroke-width="8" fill="none">
<defs>
<linearGradient id="stardustGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
<stop offset="50%" style="stop-color:#ffffff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0" />
</linearGradient>
</defs>
</path>
<!-- Scattered stardust -->
<g opacity="0.8" transform="translate(150,150)">
<circle cx="0" cy="0" r="2" fill="#ffffff"/>
<circle cx="20" cy="-20" r="1" fill="#ffffff"/>
<circle cx="-20" cy="30" r="2" fill="#ffffff"/>
<circle cx="40" cy="10" r="1" fill="#ffffff"/>
<circle cx="-40" cy="-20" r="1" fill="#ffffff"/>
</g>
<!-- Crescent Moon -->
<path d="M200,50 Q 250,40 300,50 Q 250,60 200,50" fill="#ffffff" stroke="#8b4513" stroke-width="2">
<defs>
<linearGradient id="moonGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0" />
</linearGradient>
</defs>
<path d="M180,40 Q 220,30 260,40 Q 220,50 180,40" fill="url(#moonGlow)"/>
</path>
<!-- Stars -->
<g transform="translate(0,0)" opacity="0.8">
<circle cx="50" cy="50" r="1" fill="#ffffff"/>
<circle cx="150" cy="70" r="1" fill="#ffffff"/>
<circle cx="250" cy="30" r="1" fill="#ffffff"/>
<circle cx="120" cy="90" r="1" fill="#ffffff"/>
<circle cx="180" cy="60" r="1" fill="#ffffff"/>
</g>
<!-- Birds -->
<path d="M200,100 Q 220,90 240,100" fill="#8b4513"/>
<path d="M260,80 Q 280,70 300,80" fill="#8b4513"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#212121" rx="10"/>
<!-- Moon -->
<g transform="translate(200 100)">
<circle cx="0" cy="0" r="50" fill="#FFFFFF" fill-opacity="0.9"/>
<circle cx="0" cy="0" r="35" fill="#CCCCCC" fill-opacity="0.7"/>
<circle cx="0" cy="0" r="20" fill="#FFFFFF" fill-opacity="0.9"/>
</g>
<!-- Ocean -->
<rect x="0" y="200" width="300" height="100" fill="#032B44" rx="10"/>
<path d="M 0 220 Q 0 250 50 250 L 250 250 Q 300 250 300 220 Z" fill="#0A7994" fill-opacity="0.7" />
<path d="M 0 240 Q 0 270 50 270 L 250 270 Q 300 270 300 240 Z" fill="#0A7994" fill-opacity="0.7" />
<!-- Teapot -->
<g transform="translate(100 70)">
<path d="M -30 20 L 30 20 A 30 30 0 0 1 30 60 L -30 60 A 30 30 0 0 1 -30 20 Z" fill="#628FDB" rx="5"/>
<path d="M 0 60 L 30 60 Q 40 100 20 100 L -20 100 Q -30 100 0 60 Z" fill="#D38847" rx="5"/>
<circle cx="0" cy="20" r="10" fill="#0C754E"/>
<path d="M -10 30 A 20 20 0 1 0 10 30" stroke="#0C754E" stroke-width="2" fill="none" />
</g>
<!-- Flowing stardust -->
<path d="M 90 90 L 100 120 Q 150 180 150 220 L 100 260 Q 50 220 50 120 Z" fill="#CDF69A" fill-opacity="0.7" rx="5" />
<path d="M 90 90 Q 50 60 100 40 L 150 60 Q 170 90 100 90 Z" fill="#8A2693" fill-opacity="0.7" rx="5" />
<!-- Stardust sparks -->
<circle cx="100" cy="120" r="2" fill="#0C754E" fill-opacity="0.9" />
<circle cx="120" cy="140" r="3" fill="#8A2693" fill-opacity="0.9" />
<circle cx="80" cy="160" r="2" fill="#0C754E" fill-opacity="0.9" />
<circle cx="150" cy="180" r="2" fill="#8A2693" fill-opacity="0.9" />
<circle cx="90" cy="200" r="3" fill="#0C754E" fill-opacity="0.9" />
<!-- Ocean glitter -->
<circle cx="250" cy="250" r="2" fill="#0A7994" fill-opacity="0.9" />
<circle cx="200" cy="220" r="3" fill="#032B44" fill-opacity="0.9" />
<circle cx="220" cy="230" r="2" fill="#0A7994" fill-opacity="0.9" />
<circle cx="280" cy="240" r="2" fill="#032B44" fill-opacity="0.9" />
<circle cx="250" cy="260" r="3" fill="#0A7994" fill-opacity="0.9" />
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a flying teapot pouring stardust onto a moonlit ocean.
The design is clear and directly relates to the prompt with the teapot shape and visible stardust.
While Player 2's image is more abstract and colorful, it lacks the clarity and thematic connection to the prompt as effectively as Player 1's work.
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
"Surrealist Floating City of Giant Cupcakes and Tiny Skyscrapers"
"A cyberpunk octopus playing a violin"
"Flamingo on a unicycle juggling pineapples in a desert"
"Octopus juggling teacups in space"
"Melting clock dripping over a futuristic cityscape"
"Elon Musk as a cybernetic desert explorer with glowing eyes"