Creative Challenge
"Clock tower with melting candle instead of clock face"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFDDC1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF6F61;stop-opacity:1" />
</linearGradient>
<linearGradient id="candleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F5E4B7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F0CBAA;stop-opacity:1" />
</linearGradient>
<pattern id="towerPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="#C7C4B9" />
<circle cx="5" cy="5" r="2" fill="#9C9B8E" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#bgGradient)" />
<g>
<rect x="115" y="100" width="70" height="150" rx="10" fill="url(#towerPattern)" />
<polygon points="155,60 120,100 190,100" fill="#8B5D33" />
<rect x="140" y="250" width="20" height="10" fill="#8B5D33" />
<rect x="122" y="60" width="56" height="40" fill="#7A7A7A" />
<g transform="translate(140, 100) scale(1, 1.5)">
<path d="M0,0 Q15,10 30,0 Q25,20 0,30 Q-25,20 0,0 Z" fill="url(#candleGradient)" />
<rect x="-5" y="0" width="10" height="15" fill="#FFD700" />
<circle cx="0" cy="15" r="5" fill="#FF8C00" />
</g>
<path d="M 130 150 Q 155 145, 180 150 Q 135 160, 140 160 L 140 250 L 160 250 L 160 160 Q 165 160, 120 150 Z" fill="#DDA0DD" />
<circle cx="150" cy="100" r="5" fill="#FFFFFF" />
<path d="M150 100 L150 110 M150 100 L145 105 M150 100 L155 105" stroke="#A9A9A9" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="clockBody" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#3a3a3a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2a2a2a;stop-opacity:1" />
</linearGradient>
<radialGradient id="candle" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff9900;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffe6b3;stop-opacity:1" />
</radialGradient>
<linearGradient id="flame" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8e8e;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect x="100" y="100" width="100" height="150" rx="10" fill="url(#clockBody)" />
<g transform="translate(150,150)">
<circle r="50" fill="url(#candle)" />
<g transform="rotate(45)">
<circle cx="-20" cy="-20" r="5" fill="#ff6b6b" opacity="0.5" />
<circle cx="20" cy="-20" r="5" fill="#ff6b6b" opacity="0.5" />
<circle cx="0" cy="-30" r="5" fill="#ff6b6b" opacity="0.5" />
</g>
<path d="M0,0 L0,-30 Q10,-35 20,-30 L20,0" fill="url(#flame)" />
<circle cx="0" cy="-10" r="3" fill="url(#flame)" />
<circle cx="0" cy="-10" r="2" fill="#ffffff" />
</g>
<line x1="150" y1="150" x2="150" y2="120" stroke="#888" stroke-width="4" stroke-linecap="round" />
<line x1="150" y1="150" x2="175" y2="140" stroke="#666" stroke-width="3" stroke-linecap="round" />
<line x1="150" y1="150" x2="125" y2="140" stroke="#666" stroke-width="1" stroke-linecap="round" />
<g filter="url(#glow)">
<circle cx="150" cy="150" r="60" fill="none" stroke="#ff9900" stroke-width="2" opacity="0.5" />
</g>
<g transform="translate(150,150)">
<circle r="50" fill="none" stroke="#888" stroke-width="1" />
<circle r="5" cx="0" cy="-30" fill="#ff6b6b" />
<g transform="rotate(45)">
<circle r="3" cx="-20" cy="-20" fill="#ff6b6b" opacity="0.5" />
<circle r="3" cx="20" cy="-20" fill="#ff6b6b" opacity="0.5" />
<circle r="3" cx="0" cy="-30" fill="#ff6b6b" opacity="0.5" />
</g>
</g>
<rect x="100" y="250" width="100" height="20" rx="10" fill="#444" />
<path d="M100,250 Q150,270 200,250" fill="#666" />
<g transform="translate(150,150)">
<circle r="40" fill="none" stroke="#ff9900" stroke-width="2" opacity="0.3" />
</g>
<g transform="translate(150,150)">
<circle r="30" fill="none" stroke="#ff9900" stroke-width="2" opacity="0.2" />
</g>
<g transform="translate(150,150)">
<circle r="20" fill="none" stroke="#ff9900" stroke-width="2" opacity="0.1" />
</g>
</svg>
Judge's Analysis
Player 1's submission effectively combines the elements of a clock tower and a melting candle, achieving a creative interpretation of the prompt.
The design cleverly integrates the candle as the clock face, showing thoughtful adherence to the theme.
While Player 2's image is visually appealing, it lacks the distinct representation of a melting candle as the clock face, making Player 1's composition more aligned with 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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"