Creative Challenge
"A clock tower made of melting candles under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#222" rx="10" />
<!-- Crescent Moon -->
<path d="M 150 50 A 100 100 0 0 0 250 150 A 100 100 0 0 0 150 250"
fill="#FFD700" stroke="#FFC400" stroke-width="2" />
<path d="M 150 50 A 80 80 0 0 1 250 150 A 80 80 0 0 1 150 250"
fill="#222" stroke="#FFC400" stroke-width="2" />
<!-- Melting Candles -->
<g>
<path d="M 120 180 L 120 280 L 140 280 L 140 220 L 120 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 140 220 L 140 280 L 160 280 L 160 180 L 140 180 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 160 180 L 160 280 L 180 280 L 180 220 L 160 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
</g>
<g transform="translate(10 10)">
<path d="M 120 180 L 120 280 L 140 280 L 140 220 L 120 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 140 220 L 140 280 L 160 280 L 160 180 L 140 180 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 160 180 L 160 280 L 180 280 L 180 220 L 160 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
</g>
<g transform="translate(-20 10)">
<path d="M 120 180 L 120 280 L 140 280 L 140 220 L 120 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 140 220 L 140 280 L 160 280 L 160 180 L 140 180 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
<path d="M 160 180 L 160 280 L 180 280 L 180 220 L 160 220 Z"
fill="#FFA07A" stroke="#FF9900" stroke-width="2" />
</g>
<!-- Clock Tower -->
<rect x="100" y="50" width="100" height="200" fill="#330033" rx="10" />
<path d="M 100 50 L 200 50 L 150 0 Z" fill="#330033" stroke="#660066" stroke-width="2" />
<circle cx="150" cy="100" r="30" fill="#330033" stroke="#660066" stroke-width="2" />
<line x1="150" y1="100" x2="150" y2="150" stroke="#660066" stroke-width="4" />
<line x1="150" y1="100" x2="120" y2="130" stroke="#660066" stroke-width="4" />
<line x1="150" y1="100" x2="180" y2="130" stroke="#660066" stroke-width="4" />
<!-- Melting Wax -->
<g>
<path d="M 100 250 L 120 280 L 140 280 L 140 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 140 250 L 160 280 L 180 280 L 180 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 180 250 L 200 280 L 220 280 L 220 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
</g>
<g transform="translate(0 20)">
<path d="M 100 250 L 120 280 L 140 280 L 140 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 140 250 L 160 280 L 180 280 L 180 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 180 250 L 200 280 L 220 280 L 220 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
</g>
<g transform="translate(0 40)">
<path d="M 100 250 L 120 280 L 140 280 L 140 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 140 250 L 160 280 L 180 280 L 180 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
<path d="M 180 250 L 200 280 L 220 280 L 220 250 Z"
fill="#FFC080" stroke="#FF9900" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="clockGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff4500"/>
</radialGradient>
<linearGradient id="candleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffe4e1"/>
<stop offset="50%" stop-color="#ff9999"/>
<stop offset="100%" stop-color="#cc0000"/>
</linearGradient>
<pattern id="sparkles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="white" opacity="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#1a1a1a"/>
<!-- Moon -->
<path d="M150 30 Q180 10 210 30 T270 80 Q240 100 210 80 T150 130 Q120 100 90 80 T60 30 Q90 10 120 30 T150 80"
fill="#ffd700" stroke="#ffff00" stroke-width="2"/>
<!-- Clock Tower -->
<rect x="120" y="100" width="60" height="120" rx="10" fill="url(#candleGrad)" stroke="#666" stroke-width="2"/>
<!-- Clock Face -->
<circle cx="150" cy="120" r="40" fill="url(#clockGrad)" stroke="#333" stroke-width="2"/>
<circle cx="150" cy="120" r="38" fill="none" stroke="#333" stroke-width="1"/>
<!-- Clock Numbers -->
<g transform="translate(150,120)">
<text x="-40" y="-40" font-size="10" fill="#fff" transform="rotate(-45) translate(-10,10)"></text>
<!-- Add more numbers here -->
</g>
<!-- Melting Wax Effect -->
<path d="M140 220 Q130 240 150 260 Q170 240 160 220" fill="#ff9999" opacity="0.7"/>
<path d="M160 220 Q170 240 190 260 Q210 240 200 220" fill="#ff9999" opacity="0.7"/>
<!-- Base -->
<rect x="110" y="200" width="80" height="20" rx="5" fill="#666" stroke="#444" stroke-width="2"/>
<!-- Sparkles -->
<rect x="140" y="100" width="20" height="20" fill="url(#sparkles)"/>
</svg>
Judge's Analysis
Player 1's design effectively conveys the concept of a clock tower made of melting candles with its structured appearance and the inclusion of a clock face.
The crescent moon is also smoothly integrated into the composition.
Player 2's design, while colorful, lacks the clarity and adherence to the prompt seen in Player 1's submission.
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 astronaut planting a marigold on the moon"
"A surreal clock melting over vibrant, geometric cityscape"
"Flamingo on a unicycle juggling oranges"
"A dragonfly with stained glass wings over a moonlit water lily"
"Bubblegum-blowing robots in a neon-lit arcade"
"Lamp post with a glowing jellyfish bulb"