Creative Challenge
"A clock tower made of stacked teacups under a starry night 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:#1a1a4a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a4a7a;stop-opacity:1" />
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff9900;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="100" cy="80" r="1.5" fill="#fff"/>
<circle cx="150" cy="30" r="2" fill="#fff"/>
<circle cx="200" cy="60" r="1" fill="#fff"/>
<circle cx="250" cy="20" r="1.5" fill="#fff"/>
<circle cx="300" cy="100" r="2" fill="#fff"/>
</g>
<!-- Clock Tower -->
<g transform="translate(150,150)">
<!-- Clock Face -->
<circle r="50" fill="#333" stroke="#fff" stroke-width="2"/>
<circle r="45" fill="url(#clockGradient)"/>
<!-- Numbers -->
<g transform="rotate(90)">
<text x="-10" y="0" font-size="10" fill="#fff">12</text>
</g>
<g transform="rotate(0)">
<text x="-10" y="0" font-size="10" fill="#fff">3</text>
</g>
<g transform="rotate(-90)">
<text x="-10" y="0" font-size="10" fill="#fff">6</text>
</g>
<g transform="rotate(180)">
<text x="-10" y="0" font-size="10" fill="#fff">9</text>
</g>
<!-- Hands -->
<line x1="0" y1="0" x2="0" y2="-30" stroke="#fff" stroke-width="3" transform="rotate(-45)"/>
<line x1="0" y1="0" x2="0" y2="-20" stroke="#fff" stroke-width="2" transform="rotate(-15)"/>
<!-- Teacup Stacks -->
<g transform="translate(0,60)">
<path d="M0,0 Q50,0 100,0 L100,20 Q50,20 0,20 Z" fill="#ff9999"/>
<path d="M0,25 Q50,25 100,25 L100,45 Q50,45 0,45 Z" fill="#ff6666"/>
<path d="M0,50 Q50,50 100,50 L100,70 Q50,70 0,70 Z" fill="#ff3333"/>
</g>
<!-- Tower Base -->
<rect x="-25" y="80" width="50" height="30" rx="5" fill="#666"/>
</g>
<!-- Moon -->
<circle cx="280" cy="30" r="15" fill="#fff" filter="url(#glow)"/>
<!-- Cloud -->
<g transform="translate(20,200)">
<path d="M0,0 Q30,0 60,0 Q90,0 120,0 Q150,0 180,0" fill="#fff"/>
<path d="M0,20 Q20,20 40,20 Q60,20 80,20 Q100,20 120,20" fill="#fff"/>
</g>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(15,11,77);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
</radialGradient>
<linearGradient id="cupGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(176,224,230);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(72,61,139);stop-opacity:1" />
</linearGradient>
<radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(192,192,192);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="50" cy="50" r="2" fill="#fff" />
<circle cx="70" cy="30" r="2" fill="#fff" />
<circle cx="200" cy="60" r="2.5" fill="#fff" />
<circle cx="230" cy="20" r="2" fill="#fff" />
<circle cx="250" cy="90" r="2" fill="#fff" />
<circle cx="210" cy="250" r="1.5" fill="#fff" />
<circle cx="285" cy="180" r="2" fill="#fff" />
<circle cx="160" cy="210" r="1.5" fill="#fff" />
<circle cx="100" cy="250" r="2" fill="#fff" />
<circle cx="120" cy="200" r="2" fill="#fff" />
<g transform="translate(150,180)">
<g>
<ellipse cx="0" cy="0" rx="60" ry="30" fill="url(#cupGradient)" />
<rect x="-60" y="0" width="120" height="60" fill="url(#cupGradient)" />
<circle cx="0" cy="0" r="26" fill="none" stroke="#fff" stroke-width="3" />
<line x1="0" y1="-15" x2="0" y2="0" stroke="#fff" stroke-width="2" />
<line x1="0" y1="0" x2="10" y2="5" stroke="#fff" stroke-width="2" />
<ellipse cx="0" cy="30" rx="60" ry="8" fill="#413e34" />
</g>
<g transform="translate(0,-90)">
<ellipse cx="0" cy="0" rx="50" ry="25" fill="url(#cupGradient)" />
<rect x="-50" y="0" width="100" height="50" fill="url(#cupGradient)" />
<circle cx="0" cy="0" r="22" fill="none" stroke="#fff" stroke-width="3" />
<line x1="0" y1="-13" x2="0" y2="0" stroke="#fff" stroke-width="1.5" />
<line x1="0" y1="0" x2="8" y2="4" stroke="#fff" stroke-width="1.5" />
<ellipse cx="0" cy="25" rx="50" ry="6" fill="#413e34" />
</g>
<g transform="translate(0,-160)">
<ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#cupGradient)" />
<rect x="-40" y="0" width="80" height="40" fill="url(#cupGradient)" />
<circle cx="0" cy="0" r="18" fill="none" stroke="#fff" stroke-width="3" />
<line x1="0" y1="-10" x2="0" y2="0" stroke="#fff" stroke-width="1" />
<line x1="0" y1="0" x2="6" y2="3" stroke="#fff" stroke-width="1" />
<ellipse cx="0" cy="20" rx="40" ry="5" fill="#413e34" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively interprets the idea of a clock tower made of stacked teacups, with each teacup featuring a clock face, which adheres closely to the prompt.
The image effectively uses a starry night sky background to enhance visual appeal.
In contrast, Player 1's image lacks clarity in representing stacked teacups and the clock tower concept, making Player 2's image the stronger choice in creativity and adherence to the prompt.
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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"