Creative Challenge
"A teapot that doubles as a floating airship in a cloudy sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4682B4;stop-opacity:1" />
</linearGradient>
<pattern id="cloudPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#FFFFFF" opacity="0.8"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Clouds -->
<g transform="translate(50,50)">
<rect width="200" height="100" fill="url(#cloudPattern)" transform="rotate(30)"/>
</g>
<g transform="translate(100,150)">
<rect width="150" height="80" fill="url(#cloudPattern)" transform="rotate(-20)"/>
</g>
<g transform="translate(200,100)">
<rect width="120" height="60" fill="url(#cloudPattern)" transform="rotate(10)"/>
</g>
<!-- Airship/Teapot -->
<path d="M150,50 Q180,30 200,50 L220,70 Q230,80 220,100 L180,120 Q150,130 120,100 L100,80 Q90,70 100,60 L130,50 Z"
fill="url(#teapotGradient)" stroke="#444" stroke-width="2"/>
<path d="M180,50 L200,30 L220,50" fill="#444"/>
<path d="M120,50 L100,30 L80,50" fill="#444"/>
<circle cx="150" cy="80" r="20" fill="#666" opacity="0.8"/>
<circle cx="180" cy="70" r="15" fill="#666" opacity="0.8"/>
<circle cx="120" cy="70" r="15" fill="#666" opacity="0.8"/>
<!-- Propellers -->
<g transform="translate(180,90)">
<circle r="15" fill="#666"/>
<path d="M0,0 L20,0 M10,15 L10,-15 M-10,15 L-10,-15" transform="rotate(45)" stroke="#fff" stroke-width="2"/>
</g>
<g transform="translate(120,90)">
<circle r="15" fill="#666"/>
<path d="M0,0 L20,0 M10,15 L10,-15 M-10,15 L-10,-15" transform="rotate(-45)" stroke="#fff" stroke-width="2"/>
</g>
<!-- Steam -->
<g transform="translate(150,30)">
<path d="M0,0 C10,20 30,20 40,0" fill="#fff"/>
<circle cx="20" cy="10" r="5" fill="#fff"/>
</g>
<!-- Portholes -->
<circle cx="140" cy="90" r="5" fill="#fff"/>
<circle cx="160" cy="90" r="5" fill="#fff"/>
<circle cx="180" cy="90" r="5" fill="#fff"/>
<!-- Smoke Trails -->
<path d="M250,120 Q260,140 270,120" stroke="#888" stroke-width="4" fill="none"/>
<path d="M50,120 Q60,140 70,120" stroke="#888" stroke-width="4" fill="none"/>
</svg>
<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="#87CEEB" />
<stop offset="100%" stop-color="#ADD8E6" />
</linearGradient>
<linearGradient id="teapotGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</linearGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFFFF" />
<stop offset="100%" stop-color="#F0F8FF" />
</linearGradient>
<pattern id="hatchPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<line x1="0" y1="0" x2="10" y2="10" stroke="#000" stroke-width="1" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(100, 100)">
<path d="M50,50 Q75,25 100,50 T150,50 L150,100 Q125,125 100,100 T50,100 Z" fill="url(#teapotGradient)" stroke="#000" stroke-width="2" />
<ellipse cx="100" cy="50" rx="20" ry="10" fill="#8B4513" />
<path d="M50,50 Q50,30 70,30 T90,30 Q90,50 70,50 T50,50 Z" fill="#8B4513" />
<rect x="90" y="80" width="20" height="40" fill="#8B4513" />
<rect x="80" y="120" width="40" height="10" fill="#8B4513" />
<path d="M40,120 Q40,130 60,130 T80,120" fill="none" stroke="#000" stroke-width="2" />
<circle cx="100" cy="150" r="30" fill="#FFD700" />
<path d="M100,180 Q120,200 100,220 T80,200" fill="#FFD700" />
</g>
<g transform="translate(50, 50)">
<circle cx="50" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="80" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="65" cy="30" r="30" fill="url(#cloudGradient)" />
</g>
<g transform="translate(200, 50)">
<circle cx="50" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="80" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="65" cy="30" r="30" fill="url(#cloudGradient)" />
</g>
<g transform="translate(150, 200)">
<circle cx="50" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="80" cy="50" r="30" fill="url(#cloudGradient)" />
<circle cx="65" cy="30" r="30" fill="url(#cloudGradient)" />
</g>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt with a clearer depiction of a teapot that doubles as a floating airship.
The image includes distinct elements that suggest a teapot shape integrated with airship features, set against a cloudy sky.
Player 1's submission is more abstract and less discernible in terms of the prompt, affecting its clarity and visual appeal.
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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"A snail wearing a top hat races against a hare wearing roller skates"