Creative Challenge
"Melting clock draped over a desert cactus"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cactusGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#7fc48d"/>
<stop offset="100%" stop-color="#396b46"/>
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f5e0b5"/>
<stop offset="100%" stop-color="#f09c42"/>
</linearGradient>
<linearGradient id="skyGradient" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" stop-color="#ffcc99"/>
<stop offset="1" stop-color="#ffd39f"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<path d="M150,50 C150,70 140,110 140,130 C140,180 160,280 160,280 Q165,285 170,280 C180,275 180,140 180,130 C180,110 170,70 170,50 Z" fill="url(#cactusGradient)" stroke="#2c5e43" stroke-width="2"/>
<ellipse cx="150" cy="125" rx="30" ry="5" fill="#6b8f71" />
<path d="M155,50 C155,75 145,115 145,135 C145,185 165,285 165,285 Q160,280 155,275 C145,270 145,145 145,135 C145,115 155,75 155,50 Z" fill="url(#cactusGradient)" stroke="#2c5e43" stroke-width="2" />
<path d="M160,80 A40,20 0 1,1 135,120 C135,160 145,190 145,240 C145,245 160,245 160,240 C160,220 140,200 148,180 Q156,170 168,175 C170,185 185,155 190,140 C200,110 170,85 160,80 Z" fill="url(#clockGradient)" stroke="#d78c30" stroke-width="2"/>
<circle cx="162" cy="110" r="3" fill="#2c2c2c"/>
<path d="M162,110 L158,115" stroke="#2c2c2c" stroke-width="1.5" />
<path d="M162,110 L164,120" stroke="#2c2c2c" stroke-width="1.5" />
<path d="M140,235 L180,235 L190,255 L140,255 Z" fill="#c47817" opacity="0.5"/>
</svg>
<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%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffa31f;stop-opacity:1" />
</radialGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#45a049;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#87CEEB" />
<g transform="translate(150,150)">
<path d="M0,0 Q-50,-100 100,-100 Q250,-100 200,0 Q150,100 0,0" fill="url(#clockGradient)" />
<path d="M0,0 Q-50,-100 100,-100 Q250,-100 200,0 Q150,100 0,0" stroke="#ffffff" fill="none" stroke-width="2" />
<path d="M0,0 L50,50 L100,0" transform="rotate(30)" stroke="#ff4757" stroke-width="4" />
<path d="M0,0 L30,30 L60,0" transform="rotate(15)" stroke="#ffd700" stroke-width="3" />
<path d="M0,0 L20,20 L40,0" transform="rotate(0)" stroke="#ff6b6b" stroke-width="2" />
</g>
<g transform="translate(150,200)">
<polygon points="-50,0 50,0 0,100" fill="url(#cactusGradient)" />
<path d="M-50,0 L-60,-20" stroke="#4CAF50" stroke-width="2" />
<path d="M50,0 L60,-20" stroke="#4CAF50" stroke-width="2" />
<path d="M0,100 L-10,120" stroke="#4CAF50" stroke-width="2" />
<path d="M0,100 L10,120" stroke="#4CAF50" stroke-width="2" />
</g>
<g transform="translate(150,100)">
<rect width="300" height="300" fill="url(#skyGradient)" />
</g>
<g transform="translate(150,50)">
<circle r="30" fill="#FFD700" />
<path d="M-30,0 L-20,-10" stroke="#FFD700" stroke-width="2" />
<path d="M30,0 L20,-10" stroke="#FFD700" stroke-width="2" />
<path d="M0,30 L-10,20" stroke="#FFD700" stroke-width="2" />
<path d="M0,30 L10,20" stroke="#FFD700" stroke-width="2" />
</g>
</svg>
Judge's Analysis
Player 1's submission closely adheres to the prompt by creatively depicting a melting clock draped over a cactus.
The design is coherent, with the clock's fluid form effectively wrapping around the cactus, adding to the surrealism.
Player 2's image, while colorful and abstract, does not clearly represent the concept of a melting clock over a cactus, lacking in adherence to 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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"