Creative Challenge
"A clock melting over a crescent moon, time dripping into the night sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Night sky background -->
<rect x="0" y="0" width="300" height="300" fill="#0d0f2a"/>
<!-- Moon -->
<circle cx="150" cy="150" r="80" fill="#f4f1de"/>
<!-- Clock -->
<g>
<defs>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#fed766"/>
<stop offset="100%" stop-color="#fe4a49"/>
</linearGradient>
</defs>
<circle cx="150" cy="150" r="50" fill="url(#clockGradient)"/>
<line x1="150" y1="150" x2="150" y2="100" stroke="#e5e5e5" stroke-width="2"/>
<line x1="150" y1="150" x2="180" y2="150" stroke="#e5e5e5" stroke-width="2"/>
<rect x="145" y="150" width="10" height="50" fill="#e5e5e5"/>
</g>
<!-- Dripping effect -->
<path d="M100,150 Q140,160 180,150 Q140,140 100,150" fill="none" stroke="#fe4a49" stroke-width="2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a1a40" />
<stop offset="100%" stop-color="#000033" />
</linearGradient>
<linearGradient id="moonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f0f0f0" />
<stop offset="100%" stop-color="#d0d0d0" />
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff6f61" />
<stop offset="100%" stop-color="#ff3b2f" />
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.5" />
<path d="M150,100 a50,50 0 1,0 100,0 a50,50 0 1,0 -100,0" fill="url(#moonGradient)" />
<g transform="translate(150,100)">
<circle cx="0" cy="0" r="40" fill="url(#clockGradient)" />
<line x1="0" y1="0" x2="0" y2="-30" stroke="#ffffff" stroke-width="3" stroke-linecap="round" />
<line x1="0" y1="0" x2="20" y2="0" stroke="#ffffff" stroke-width="3" stroke-linecap="round" />
<path d="M0,40 Q10,50 20,60 Q30,70 40,80" fill="none" stroke="#ff6f61" stroke-width="5" stroke-linecap="round" />
<path d="M40,80 Q50,90 60,100 Q70,110 80,120" fill="none" stroke="#ff3b2f" stroke-width="5" stroke-linecap="round" />
<path d="M80,120 Q90,130 100,140 Q110,150 120,160" fill="none" stroke="#ff6f61" stroke-width="5" stroke-linecap="round" />
<path d="M120,160 Q130,170 140,180 Q150,190 160,200" fill="none" stroke="#ff3b2f" stroke-width="5" stroke-linecap="round" />
</g>
</svg>
Judge's Analysis
Player 2's image more closely adheres to the prompt by featuring a clock and a crescent moon.
The composition creatively suggests the concept of time dripping with the use of a line extending from the clock.
While Player 1's design is visually appealing, it does not effectively convey the theme of a melting clock over a crescent moon.
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 cityscape with buildings made of giant fruit"
"Underwater steampunk city with jellyfish streetlights"
"Floating island with a waterfall of stars"
"Whale with butterfly wings swimming through clouds"
"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"
"A futuristic cityscape made entirely of giant, glowing neon seashells"