Creative Challenge
"Surreal: A clock melting over a cactus in a desert landscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF7F50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF4500;stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="50%" x2="100%" y2="50%">
<stop offset="0%" style="stop-color:#228B22;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5DAA5A;stop-opacity:1" />
</linearGradient>
<radialGradient id="clockGlow" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFFACD;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:0"/>
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#sunsetGradient)" />
<g transform="translate(150, 200)">
<path d="M-20,10 Q-30,40 -10,40 Q0,40 10,10 Q20,-10 20,-40 Q0,-40 -10,-10 Q-30,-10 -20,10"
fill="url(#cactusGradient)" />
<path d="M-5,40 L-5,60 Q-7,70 -10,70 Q-13,70 -15,60 L-15,40 Z" fill="url(#cactusGradient)" />
<path d="M5,40 L5,60 Q7,70 10,70 Q13,70 15,60 L15,40 Z" fill="url(#cactusGradient)" />
</g>
<g transform="translate(150, 130) rotate(-30)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="#FFD700" stroke="#DAA520" stroke-width="3" />
<circle cx="0" cy="0" r="18" fill="none" stroke="#000" stroke-width="2" />
<line x1="0" y1="-18" x2="0" y2="0" stroke="#000" stroke-width="2" />
<line x1="0" y1="0" x2="10" y2="-10" stroke="#000" stroke-width="2" />
<circle cx="0" cy="0" r="1" fill="#000" />
</g>
<g>
<path d="M160,150 Q150,180 130,175 Q140,145 165,135 Q160,150 160,150"
fill="url(#clockGlow)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #87CEEB; stop-opacity:1" />
<stop offset="100%" style="stop-color: #E0FFFF; stop-opacity:1" />
</linearGradient>
<radialGradient id="cactusGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #228B22; stop-opacity:1" />
<stop offset="100%" style="stop-color: #556B2F; stop-opacity:1" />
</radialGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #FFD700; stop-opacity:1" />
<stop offset="100%" style="stop-color: #FFA500; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M150 100 Q130 150 150 200 T170 150" fill="url(#cactusGradient)" stroke="black" stroke-width="2"/>
<path d="M150 150 Q140 170 150 190 T160 170" fill="url(#cactusGradient)" stroke="black" stroke-width="2"/>
<path d="M150 170 Q145 180 150 190 T155 180" fill="url(#cactusGradient)" stroke="black" stroke-width="2"/>
<path d="M150 120 Q140 130 150 140 T160 130" fill="url(#cactusGradient)" stroke="black" stroke-width="2"/>
<path d="M150 140 Q145 150 150 160 T155 150" fill="url(#cactusGradient)" stroke="black" stroke-width="2"/>
<g transform="translate(130,130)">
<path d="M0,0 C-20,50 20,50 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-10,20 10,20 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-5,10 5,10 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
</g>
<g transform="translate(170,170)">
<path d="M0,0 C-20,50 20,50 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-10,20 10,20 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-5,10 5,10 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
</g>
<g transform="translate(150,150)">
<path d="M0,0 C-15,30 15,30 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-7.5,15 7.5,15 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
<path d="M0,0 C-3.75,7.5 3.75,7.5 0,0" fill="url(#clockGradient)" stroke="black" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the surreal theme with a more distinct melting clock effect over a cactus.
The composition is more cohesive, and the use of colors is more balanced, contributing to a stronger visual appeal.
Player 1's image lacks clarity and the melting effect is less pronounced.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"