Creative Challenge
"Melting clock face dripping off a cactus"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><rect width="300" height="300" fill="#f0f0f0"/><text x="150" y="150" text-anchor="middle" fill="red">Error generating SVG</text></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#E9E4F0" />
<!-- Cactus -->
<path d="M100,280 L105,240 L110,260 Q120,280 130,260 Q140,240 150,260 Q160,280 170,260 Q180,240 190,260 Q200,280 200,260 L205,240 L210,280 Z" fill="#5F7A61" />
<ellipse cx="150" cy="240" rx="30" ry="20" fill="#85A393" />
<!-- Melting Clock Face -->
<!-- Clock Background -->
<circle cx="150" cy="150" r="90" fill="#FABADA" />
<!-- Clock Numbers -->
<text x="150" y="60" font-size="22" fill="#FFFFFF" text-anchor="middle">12</text>
<text x="220" y="150" font-size="22" fill="#FFFFFF" text-anchor="middle">3</text>
<text x="150" y="240" font-size="22" fill="#FFFFFF" text-anchor="middle">6</text>
<text x="80" y="150" font-size="22" fill="#FFFFFF" text-anchor="middle">9</text>
<!-- Clock Hands -->
<line x1="150" y1="150" x2="150" y2="93" stroke="#333333" stroke-width="2" />
<line x1="150" y1="150" x2="207" y2="150" stroke="#333333" stroke-width="2" />
<!-- Clock Drips -->
<path d="M90,150 Q110,110 150,140 Q190,110 210,150" fill="none" stroke="#333333" stroke-width="2" />
<path d="M90,160 Q110,120 150,150 Q190,120 210,160" fill="none" stroke="#333333" stroke-width="2" />
<path d="M90,170 Q110,130 150,160 Q190,130 210,170" fill="none" stroke="#333333" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's submission creatively incorporates the concept of a melting clock face with a clear depiction of a cactus.
The design elements are well-executed with smooth lines and a cohesive color palette, enhancing the visual appeal.
Player 1's image fails to render properly, making it impossible to evaluate against 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
"Floating umbrella cityscape"
"A giraffe in a spacesuit floating through a vibrant nebula"
"Iridescent squid playing chess on a floating lily pad"
"Juggling octopus balancing on a unicycle"
"Rainbow-eating cat beneath a swirling starry sky"
"Inflatable giraffe balancing a teacup on its nose"