Creative Challenge
"Melting clock draped 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="100%" y2="100%">
<stop offset="0%" style="stop-color:#87CEFA;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8BCA36;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5B8A24;stop-opacity:1" />
</linearGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFC0CB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF69B4;stop-opacity:1" />
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur" />
<feOffset dx="2" dy="2" result="offsetBlur" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 200)">
<path d="M20,0 Q30,30 50,0 Q75,-10 50,-30 Q30,-50 20,0 Z" fill="url(#clockGradient)" filter="url(#shadow)" />
<circle cx="20" cy="-10" r="2" fill="black" />
<line x1="20" y1="-10" x2="20" y2="-25" stroke="black" stroke-width="1.5" />
<line x1="20" y1="-10" x2="30" y2="-15" stroke="black" stroke-width="1.5" />
<path d="M30,-10 Q40,-40 60,-20" stroke="url(#clockGradient)" stroke-width="2" fill="none" />
</g>
<g transform="translate(150, 180)">
<path d="M0,0 L0,10 Q5,15 5,10 L5,0 L0,0 Z" fill="url(#cactusGradient)" />
<path d="M-5,5 L-5,15 Q-10,20 -5,15 L-5,5 Z" fill="url(#cactusGradient)" />
<path d="M5,5 L5,15 Q10,20 5,15 L5,5 Z" fill="url(#cactusGradient)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Desert background -->
<rect x="0" y="0" width="300" height="300" fill="#FDDCAC" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" />
<!-- Cactus -->
<path d="M150 150 L140 190 L160 190 Z" fill="#6B8E23" />
<path d="M150 130 L140 170 L160 170 Z" fill="#6B8E23" />
<path d="M148 110 L140 150 L160 150 Z" fill="#6B8E23" />
<circle cx="150" cy="150" r="10" fill="#228B22" />
<!-- Melting clock -->
<ellipse cx="120" cy="180" rx="40" ry="20" fill="#A9A9A9" />
<path d="M140 160 Q160 180 140 200" fill="none" stroke="#A9A9A9" stroke-width="2" />
<circle cx="140" cy="180" r="2" fill="#A9A9A9" />
<circle cx="140" cy="190" r="2" fill="#A9A9A9" />
<circle cx="130" cy="190" r="2" fill="#A9A9A9" />
</svg>
Judge's Analysis
Player 1's submission creatively captures the surreal concept of a melting clock with a soft pink form draped over a cactus, set against a dynamic gradient background that evokes a desert atmosphere.
The composition is minimal yet effective, with a clear emphasis on the clock and cactus.
Player 2's image, while technically clean, lacks the visual intrigue and thematic clarity of Player 1's interpretation.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"