Creative Challenge
"A teacup spaceship floating above a cityscape of 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="100%">
<stop offset="0%" style="stop-color:#1a0f3d"/>
<stop offset="100%" style="stop-color:#4b2b82"/>
</linearGradient>
<radialGradient id="steamGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:white;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:white;stop-opacity:0"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Clouds -->
<g fill="rgba(255,255,255,0.8)">
<path d="M20,200 Q40,180 60,200 T100,200 T140,200 T180,200 Q200,180 220,200" fill="none" stroke="rgba(255,255,255,0.6)" stroke-width="2"/>
<circle cx="40" cy="220" r="20"/>
<circle cx="60" cy="210" r="25"/>
<circle cx="90" cy="225" r="15"/>
<circle cx="200" cy="230" r="25"/>
<circle cx="230" cy="220" r="20"/>
<circle cx="260" cy="225" r="15"/>
</g>
<!-- Teacup Spaceship -->
<g transform="translate(150,140)">
<!-- Saucer Base -->
<ellipse cx="0" cy="0" rx="60" ry="15" fill="#e0e0e0" filter="url(#glow)"/>
<!-- Cup Body -->
<path d="M-40,-20 Q-40,-60 0,-60 Q40,-60 40,-20 Q40,0 30,0 L-30,0 Q-40,0 -40,-20"
fill="#fff" stroke="#ccc" stroke-width="2"/>
<!-- Handle -->
<path d="M40,-40 Q60,-40 60,-20 Q60,0 40,0"
fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
<!-- Steam/Thrusters -->
<g opacity="0.8">
<path d="M-20,-60 Q-20,-80 0,-80 Q20,-80 20,-60" fill="none" stroke="url(#steamGlow)" stroke-width="3"/>
<path d="M-10,-60 Q-10,-70 0,-70 Q10,-70 10,-60" fill="none" stroke="url(#steamGlow)" stroke-width="2"/>
</g>
<!-- Windows -->
<circle cx="-20" cy="-40" r="5" fill="#80f0ff"/>
<circle cx="0" cy="-45" r="5" fill="#80f0ff"/>
<circle cx="20" cy="-40" r="5" fill="#80f0ff"/>
</g>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1"/>
<circle cx="100" cy="30" r="1.5"/>
<circle cx="200" cy="60" r="1"/>
<circle cx="250" cy="40" r="1.5"/>
<circle cx="280" cy="90" r="1"/>
<circle cx="150" cy="20" r="2"/>
</g>
</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="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<radialGradient id="cupGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#f0e68c" />
</radialGradient>
<linearGradient id="thrusterGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<pattern id="cloudPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<ellipse cx="50" cy="50" rx="40" ry="20" fill="#ffffff" opacity="0.5"/>
<ellipse cx="30" cy="60" rx="30" ry="15" fill="#ffffff" opacity="0.5"/>
<ellipse cx="70" cy="60" rx="30" ry="15" fill="#ffffff" opacity="0.5"/>
</pattern>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feOffset result="offOut" in="SourceAlpha" dx="5" dy="5" />
<feGaussianBlur result="blurOut" in="offOut" stdDeviation="5" />
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
</filter>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Cityscape Clouds -->
<g transform="translate(0,200)">
<rect width="300" height="100" fill="url(#cloudPattern)"/>
<path d="M0,80 L300,80 L300,100 L0,100 Z" fill="#4b6cb7"/>
</g>
<!-- Teacup Spaceship -->
<g transform="translate(150,120)" filter="url(#shadow)">
<!-- Cup Body -->
<path d="M-40,0 Q-40,-30 0,-30 Q40,-30 40,0 Q35,10 30,15 Q25,20 15,20 Q5,20 0,15 Q-5,10 -10,15 Q-15,20 -25,20 Q-35,20 -40,15 Z" fill="url(#cupGradient)" stroke="#d4af37" stroke-width="2"/>
<!-- Cup Rim -->
<ellipse cx="0" cy="-30" rx="40" ry="10" fill="#ffffff" opacity="0.8"/>
<!-- Windows -->
<circle cx="-15" cy="-10" r="5" fill="#1e90ff"/>
<circle cx="15" cy="-10" r="5" fill="#1e90ff"/>
<!-- Chimney -->
<rect x="0" y="-35" width="5" height="10" fill="#d4af37"/>
<!-- Thrusters -->
<g>
<ellipse cx="-25" cy="20" rx="8" ry="4" fill="url(#thrusterGradient)" opacity="0.7"/>
<ellipse cx="25" cy="20" rx="8" ry="4" fill="url(#thrusterGradient)" opacity="0.7"/>
</g>
</g>
<!-- Stars -->
<g fill="#ffffff" opacity="0.8">
<circle cx="50" cy="50" r="1.5"/>
<circle cx="80" cy="80" r="1"/>
<circle cx="120" cy="40" r="2"/>
<circle cx="200" cy="70" r="1.5"/>
<circle cx="250" cy="30" r="1"/>
<circle cx="280" cy="60" r="1.5"/>
<circle cx="220" cy="20" r="2"/>
<circle cx="160" cy="90" r="1"/>
</g>
</svg>
Judge's Analysis
Player 1's image effectively combines the idea of a teacup and a spaceship, with a clear depiction of a teacup hovering over stylized clouds.
The design is simple and clean, enhancing visual appeal and making the concept easily understandable.
Player 2's image, while creative, is less clear in conveying the teacup theme and has a more abstract representation of clouds, which may confuse the intended concept.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"