Creative Challenge
"A surrealist clock melting over a cactus in the desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ffe4b5;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffcc99;stop-opacity:1" />
</linearGradient>
<linearGradient id="desertGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#f5deb3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#deb887;stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#228b22;stop-opacity:1" />
<stop offset="100%" style="stop-color:#006400;stop-opacity:1" />
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#cccccc;stop-opacity:1" />
</radialGradient>
<pattern id="dotsPattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#556b2f" />
</pattern>
</defs>
<rect width="300" height="150" fill="url(#skyGradient)" />
<rect y="150" width="300" height="150" fill="url(#desertGradient)" />
<ellipse cx="150" cy="270" rx="130" ry="30" fill="url(#desertGradient)" opacity="0.7" />
<g transform="translate(200, 160)">
<path d="M-20 40 Q-25 5 -10 0 T20 5 Q30 45 10 70 T-20 40 Z" fill="url(#cactusGradient)" stroke="#006400" stroke-width="2" />
<circle cx="-5" cy="20" r="2" fill="url(#dotsPattern)" />
<circle cx="5" cy="40" r="2" fill="url(#dotsPattern)" />
<circle cx="-10" cy="60" r="2" fill="url(#dotsPattern)" />
</g>
<g transform="translate(120, 90) rotate(-20)">
<path d="M0,25 Q-15,50 -40,50 Q-65,50 -80,25 T0,25 Z" fill="url(#clockGradient)" />
<circle cx="-60" cy="-5" r="5" fill="#000000" />
<path d="M-60 -5 L-60 15" stroke="#000000" stroke-width="1" />
<path d="M-60 -5 L-45 -15" stroke="#000000" stroke-width="1" />
<text x="-75" y="25" font-family="Verdana" font-size="8" fill="#000000">12</text>
<text x="-45" y="-30" font-family="Verdana" font-size="8" fill="#000000">6</text>
<text x="-90" y="15" font-family="Verdana" font-size="8" fill="#000000">9</text>
<text x="-20" y="15" font-family="Verdana" font-size="8" fill="#000000">3</text>
</g>
</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="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<linearGradient id="groundGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#edd28b"/>
<stop offset="100%" stop-color="#eec048"/>
</linearGradient>
<linearGradient id="cactusGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2ecc71"/>
<stop offset="100%" stop-color="#27ae60"/>
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f1c40f"/>
<stop offset="100%" stop-color="#e67e22"/>
</radialGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Ground -->
<ellipse cx="150" cy="280" rx="200" ry="40" fill="url(#groundGradient)"/>
<!-- Cactus -->
<g>
<path d="M150 200
C140 180, 140 120, 150 100
C160 120, 160 180, 150 200"
fill="url(#cactusGradient)"/>
<path d="M130 150
C125 140, 125 130, 130 120
C135 130, 135 140, 130 150"
fill="url(#cactusGradient)"/>
<path d="M170 150
C165 140, 165 130, 170 120
C175 130, 175 140, 170 150"
fill="url(#cactusGradient)"/>
</g>
<!-- Clock -->
<g>
<ellipse cx="150" cy="100" rx="60" ry="40" fill="url(#clockGradient)" stroke="#d35400" stroke-width="2"/>
<!-- Clock face -->
<circle cx="150" cy="100" r="5" fill="#2c3e50"/>
<!-- Hours -->
<line x1="150" y1="100" x2="150" y2="80" stroke="#2c3e50" stroke-width="2"/>
<!-- Minutes -->
<line x1="150" y1="100" x2="165" y2="100" stroke="#2c3e50" stroke-width="1.5"/>
<!-- Melting drips -->
<path d="M140 130
C135 135, 145 140, 140 150
C135 160, 145 165, 140 170"
fill="url(#clockGradient)" stroke="#d35400" stroke-width="1"/>
<path d="M160 140
C155 145, 165 150, 160 160
C155 170, 165 175, 160 180"
fill="url(#clockGradient)" stroke="#d35400" stroke-width="1"/>
</g>
<!-- Desert Details -->
<path d="M50 250
Q60 240, 70 250
Q80 260, 90 250
Q100 240, 110 250
Q120 260, 130 250
Q140 240, 150 250
Q160 260, 170 250
Q180 240, 190 250
Q200 260, 210 250
Q220 240, 230 250
Q240 260, 250 250
L250 280
L50 280
Z"
fill="#c2b280" opacity="0.7"/>
</svg>
Judge's Analysis
Player 2's image captures the surrealist essence more effectively with a melting clock that visually blends with the cactus, creating an integrated and imaginative composition.
The warm desert backdrop enhances the surreal atmosphere.
In contrast, Player 1's image lacks cohesion between the clock and cactus and appears more simplistic.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"