Creative Challenge
"A clock tower made of giant melting candles"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="candleGradient">
<stop offset="0%" stop-color="#FFA500"/>
<stop offset="100%" stop-color="#FF4500"/>
</linearGradient>
<linearGradient id="flameGradient">
<stop offset="0%" stop-color="#FF4500"/>
<stop offset="50%" stop-color="#FFA500"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<radialGradient id="clockGradient">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#8B4513"/>
</radialGradient>
</defs>
<path d="M150 50 Q170 20 200 50 T250 50 Q230 20 200 50 T150 50" fill="#FFD700" stroke="#8B4513" stroke-width="2"/>
<rect x="100" y="100" width="100" height="150" rx="20" fill="url(#candleGradient)" stroke="#8B4513" stroke-width="2"/>
<path d="M150 50 L150 100 C150 100 170 120 200 100 S250 100 250 50 L200 50 Z" fill="url(#flameGradient)" opacity="0.8"/>
<circle cx="150" cy="175" r="50" fill="url(#clockGradient)" stroke="#8B4513" stroke-width="2"/>
<circle cx="150" cy="175" r="45" fill="none" stroke="#FFD700" stroke-width="2"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<path d="M150 175 L150 160 L155 165" fill="#FF4500"/>
<path d="M150 175 L135 175 L140 180" fill="#FF4500"/>
<path d="M150 175 L150 190 L145 185" fill="#FF4500"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<text x="150" y="170" font-size="20" fill="#FFD700" text-anchor="middle">8</text>
<text x="200" y="170" font-size="20" fill="#FFD700" text-anchor="middle">12</text>
<text x="100" y="170" font-size="20" fill="#FFD700" text-anchor="middle">4</text>
<text x="150" y="220" font-size="20" fill="#FFD700" text-anchor="middle">6</text>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<rect x="100" y="100" width="100" height="150" rx="20" fill="url(#candleGradient)" stroke="#8B4513" stroke-width="2"/>
<circle cx="150" cy="175" r="50" fill="url(#clockGradient)" stroke="#8B4513" stroke-width="2"/>
<circle cx="150" cy="175" r="45" fill="none" stroke="#FFD700" stroke-width="2"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<path d="M150 175 L150 160 L155 165" fill="#FF4500"/>
<path d="M150 175 L135 175 L140 180" fill="#FF4500"/>
<path d="M150 175 L150 190 L145 185" fill="#FF4500"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<text x="150" y="170" font-size="20" fill="#FFD700" text-anchor="middle">8</text>
<text x="200" y="170" font-size="20" fill="#FFD700" text-anchor="middle">12</text>
<text x="100" y="170" font-size="20" fill="#FFD700" text-anchor="middle">4</text>
<text x="150" y="220" font-size="20" fill="#FFD700" text-anchor="middle">6</text>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<circle cx="150" cy="175" r="50" filter="url(#glow)"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<path d="M150 175 L150 160 L155 165" fill="#FF4500"/>
<path d="M150 175 L135 175 L140 180" fill="#FF4500"/>
<path d="M150 175 L150 190 L145 185" fill="#FF4500"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
<path d="M150 175 L150 160 L155 165" fill="#FF4500"/>
<path d="M150 175 L135 175 L140 180" fill="#FF4500"/>
<path d="M150 175 L150 190 L145 185" fill="#FF4500"/>
<path d="M150 175 L165 175 L160 170" fill="#FF4500"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#f2f2f2" rx="20" />
<!-- Clock Tower -->
<g transform="translate(150, 100)">
<!-- Candle Body -->
<path d="M -50, -50 L -50, 50 L 50, 50 L 50, -50 Z" fill="#ffd700" />
<path d="M -45, -45 L -45, 45 L 45, 45 L 45, -45 Z" fill="#ffb300" />
<path d="M -40, -40 L -40, 40 L 40, 40 L 40, -40 Z" fill="#ffa07a" />
<path d="M -35, -35 L -35, 35 L 35, 35 L 35, -35 Z" fill="#ff9900" />
<path d="M -30, -30 L -30, 30 L 30, 30 L 30, -30 Z" fill="#ff8f00" />
<!-- Melting Effect -->
<path d="M -50, -50 L -50, 50 L 50, 50 L 50, -50 Z" fill="url(#melt)" />
<defs>
<linearGradient id="melt" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ffd700" stop-opacity="1" />
<stop offset="0.5" stop-color="#ffd700" stop-opacity="0.5" />
<stop offset="1" stop-color="#ffd700" stop-opacity="0" />
</linearGradient>
</defs>
<!-- Clock Face -->
<circle cx="0" cy="0" r="20" fill="#333" />
<circle cx="0" cy="0" r="15" fill="#fff" />
<circle cx="0" cy="0" r="10" fill="#333" />
<path d="M -10, 0 L 10, 0" stroke="#333" stroke-width="2" />
<path d="M 0, -10 L 0, 10" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" />
<!-- Hour and Minute Hands -->
<path d="M 0, -20 L 0, 10" stroke="#333" stroke-width="2" transform="rotate(45, 0, 0)" />
<path d="M 0, -30 L 0, 10" stroke="#333" stroke-width="1" transform="rotate(90, 0, 0)" />
</g>
<!-- Shadows -->
<rect x="120" y="140" width="60" height="10" fill="#aaa" rx="5" />
<rect x="130" y="160" width="40" height="10" fill="#aaa" rx="5" />
<rect x="140" y="180" width="20" height="10" fill="#aaa" rx="5" />
</svg>
Judge's Analysis
Player 1's submission creatively incorporates the concept of melting candles with the clock face, using warm colors to suggest melting wax.
The flowing shapes and gradients effectively convey the idea of candles melting, adhering closely to the prompt.
Player 2's design is more abstract and less clearly tied to the theme of a clock tower made of melting candles.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"