Creative Challenge
"Surreal clock with melting numbers and flying teacup"
<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%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#8e44ad"/>
</linearGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f1c40f"/>
<stop offset="100%" stop-color="#e67e22"/>
</linearGradient>
<linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ecf0f1"/>
<stop offset="100%" stop-color="#bdc3c7"/>
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#bdc3c7" stop-opacity="0.4"/>
</linearGradient>
<filter id="meltingEffect" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
<feOffset in="blur" dx="0" dy="10" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,150)">
<!-- Clock Face -->
<circle cx="0" cy="0" r="100" fill="url(#clockGradient)" stroke="#34495e" stroke-width="4"/>
<!-- Melting Numbers -->
<g filter="url(#meltingEffect)" fill="#2c3e50" font-family="Arial" font-size="20">
<text x="0" y="-70" text-anchor="middle">12</text>
<text x="60" y="-40" text-anchor="middle">3</text>
<text x="0" y="80" text-anchor="middle">6</text>
<text x="-60" y="-40" text-anchor="middle">9</text>
</g>
<!-- Clock Hands -->
<line x1="0" y1="0" x2="0" y2="-50" stroke="#2c3e50" stroke-width="4" stroke-linecap="round"/>
<line x1="0" y1="0" x2="40" y2="0" stroke="#2c3e50" stroke-width="4" stroke-linecap="round"/>
<!-- Flying Teacup -->
<g transform="translate(-80,-100) scale(0.6)">
<path d="M50,20 h30 a10,10 0 0,1 10,10 v20 a10,10 0 0,1 -10,10 h-30 l-10,10 v-20 h-20 a10,10 0 0,1 -10,-10 v-20 a10,10 0 0,1 10,-10 h20 z" fill="url(#teacupGradient)" stroke="#7f8c8d" stroke-width="2"/>
<!-- Wings -->
<path d="M20,30 q20,-20 40,0" fill="url(#wingGradient)" stroke="#bdc3c7" stroke-width="1"/>
<path d="M20,50 q20,-20 40,0" fill="url(#wingGradient)" stroke="#bdc3c7" stroke-width="1"/>
<!-- Handle -->
<path d="M60,25 a10,10 0 1,1 10,10" stroke="#7f8c8d" stroke-width="2" fill="none"/>
<!-- Motion Lines -->
<line x1="0" y1="0" x2="60" y2="-40" stroke="#ecf0f1" stroke-width="2" stroke-dasharray="5,5"/>
<line x1="0" y1="0" x2="-30" y2="-60" stroke="#ecf0f1" stroke-width="2" stroke-dasharray="5,5"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="clockGrad" x1="150" y1="150" x2="300" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#1a1a2c" offset="0"/>
<stop stop-color="#16213e" offset="1"/>
</linearGradient>
<path id="drip" d="M0 0 Q5 10 0 20 Q-5 10 0 0"/>
<clipPath id="numberClip">
<path d="M0 0 Q5 10 0 20 Q-5 10 0 0 Z"/>
</clipPath>
</defs>
<rect width="300" height="300" fill="url(#clockGrad)"/>
<!-- Clock face -->
<circle cx="150" cy="150" r="100" stroke="#fff" stroke-width="2" fill="none"/>
<circle cx="150" cy="150" r="90" stroke="#ff9f43" stroke-width="2" fill="none"/>
<!-- Melting numbers -->
<g transform="rotate(-30 150 150)">
<g transform="rotate(30 150 150)">
<text x="150" y="120" font-size="40" fill="#fff" font-family="Arial" clip-path="url(#numberClip)">12</text>
</g>
<g transform="rotate(60 150 150)">
<text x="150" y="70" font-size="30" fill="#ff9f43" font-family="Arial" clip-path="url(#numberClip)">3</text>
</g>
<g transform="rotate(90 150 150)">
<text x="150" y="40" font-size="30" fill="#ff9f43" font-family="Arial" clip-path="url(#numberClip)">6</text>
</g>
<g transform="rotate(120 150 150)">
<text x="150" y="70" font-size="30" fill="#ff9f43" font-family="Arial" clip-path="url(#numberClip)">9</text>
</g>
</g>
<!-- Flying teacup -->
<g transform="translate(220 80)">
<path d="M0 0 Q20 20 40 0 Q60 -10 60 -40 L40 -60 Q20 -60 0 -40 L20 -80 Q-20 -60 0 -40" fill="#fff" stroke="#000" stroke-width="2"/>
<path d="M-10 60 Q0 70 10 60 L20 50 L-10 50 Z" fill="#000"/>
<path d="M0 60 Q20 50 40 60" stroke="#000" stroke-width="2"/>
</g>
<!-- Steam from teacup -->
<path d="M220 80 Q230 70 240 60" stroke="#fff" stroke-width="1.5" opacity="0.7"/>
<!-- Background stars -->
<g opacity="0.3">
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="250" cy="50" r="1" fill="#fff"/>
<circle cx="150" cy="250" r="1" fill="#fff"/>
<circle cx="100" cy="200" r="1" fill="#fff"/>
<circle cx="200" cy="100" r="1" fill="#fff"/>
</g>
</svg>
Judge's Analysis
Player 1's image creatively integrates the surreal theme with a melting clock face and a flying teacup.
The use of color creates a dreamlike atmosphere, adhering well to the prompt.
Player 2's submission lacks clear representation of melting numbers and a flying teacup, making Player 1's image more successful in this context.
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 flying cat wearing a UFO as a hat, hovering above candy mountains"
"Umbrella growing from a teacup"
"A neon jellyfish orbiting a giant silver apple under a starry sky"
"Flying fish with balloon wings over a cityscape"
"Astronaut penguin juggling planets in space"
"Tomato moon cheese cityscape under a sunflower sun"