Creative Challenge
"Melting clock dripping into a pool of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FF8C00" />
</radialGradient>
<radialGradient id="starPoolGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#483D8B" />
<stop offset="100%" stop-color="#000000" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#starPoolGradient)" />
<ellipse cx="150" cy="230" rx="120" ry="25" fill="url(#starPattern)" />
<path d="M150 50 Q130 70 140 90 L150 110 Q160 90 140 90 Q160 130 150 150 Q140 170 130 200 Q125 220 150 230 Q175 220 170 200 Q185 150 160 130 Q200 140 180 70 Q160 0 150 50 Z" fill="url(#clockGradient)" />
<circle cx="150" cy="70" r="3" fill="#FFFAF0" />
<line x1="150" y1="70" x2="170" y2="80" stroke="#FFFAF0" stroke-width="1.5" />
<line x1="150" y1="70" x2="145" y2="90" stroke="#FFFAF0" stroke-width="1.5" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: a cosmic sky of stars -->
<rect x="0" y="0" width="300" height="300" fill="navy" />
<defs>
<!-- Define a gradient for stars -->
<radialGradient id="starGradient">
<stop offset="5%" stop-color="white" />
<stop offset="100%" stop-color="navy" />
</radialGradient>
</defs>
<!-- Stars scattered in the sky -->
<circle cx="50" cy="50" r="1" fill="url(#starGradient)" />
<circle cx="150" cy="120" r="1.5" fill="url(#starGradient)" />
<circle cx="200" cy="80" r="1.2" fill="url(#starGradient)" />
<!-- Melting clock -->
<path d="M100 200 Q150 180 200 200 Q170 220 150 250 Q130 220 100 200" fill="gold" />
<path d="M150 200 Q170 185 190 200" fill="gold" />
<!-- Clock face -->
<circle cx="150" cy="200" r="20" fill="white" />
<!-- Clock hands -->
<line x1="150" y1="200" x2="135" y2="180" stroke="black" stroke-width="2" />
<line x1="150" y1="200" x2="165" y2="215" stroke="black" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's image effectively captures the essence of a melting clock with its elongated, fluid form and vibrant color contrast against the dark background.
The inclusion of dotted elements suggests stars, enhancing the concept of a pool of stars.
Player 2's image lacks the clear depiction of a melting clock and does not convey the theme as successfully.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"