Creative Challenge
"A melting clock hanging from a tree branch in a 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="1">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FF4500" />
</linearGradient>
<linearGradient id="sandGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4A460" />
<stop offset="100%" stop-color="#8B4513" />
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#A9A9A9" />
<stop offset="100%" stop-color="#696969" />
</linearGradient>
<pattern id="texture" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#8B4513" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect y="150" width="300" height="150" fill="url(#sandGradient)" />
<rect y="150" width="300" height="150" fill="url(#texture)" opacity="0.3" />
<path d="M150,100 Q180,120 150,140 Q120,120 150,100 Z" fill="url(#clockGradient)" transform="rotate(-30,150,120)" />
<path d="M150,100 Q180,120 150,140 Q120,120 150,100 Z" fill="url(#clockGradient)" transform="rotate(-30,150,120) translate(0,20)" opacity="0.7" />
<path d="M150,100 Q180,120 150,140 Q120,120 150,100 Z" fill="url(#clockGradient)" transform="rotate(-30,150,120) translate(0,40)" opacity="0.5" />
<line x1="150" y1="120" x2="150" y2="80" stroke="#000" stroke-width="2" />
<line x1="150" y1="120" x2="170" y2="110" stroke="#000" stroke-width="2" />
<circle cx="150" cy="120" r="5" fill="#000" />
<path d="M100,50 Q150,30 200,50" stroke="#8B4513" stroke-width="5" fill="none" />
<circle cx="100" cy="50" r="5" fill="#8B4513" />
<circle cx="200" cy="50" r="5" fill="#8B4513" />
<path d="M100,50 Q150,30 200,50" stroke="#8B4513" stroke-width="5" fill="none" />
<circle cx="150" cy="30" r="5" fill="#8B4513" />
<path d="M150,30 Q180,50 150,70 Q120,50 150,30 Z" fill="url(#clockGradient)" transform="rotate(-30,150,50)" />
<path d="M150,30 Q180,50 150,70 Q120,50 150,30 Z" fill="url(#clockGradient)" transform="rotate(-30,150,50) translate(0,20)" opacity="0.7" />
<path d="M150,30 Q180,50 150,70 Q120,50 150,30 Z" fill="url(#clockGradient)" transform="rotate(-30,150,50) translate(0,40)" opacity="0.5" />
<line x1="150" y1="50" x2="150" y2="10" stroke="#000" stroke-width="2" />
<line x1="150" y1="50" x2="170" y2="40" stroke="#000" stroke-width="2" />
<circle cx="150" cy="50" r="5" fill="#000" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<linearGradient id="sandGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4A460"/>
<stop offset="100%" stop-color="#DEB887"/>
</linearGradient>
<radialGradient id="clockGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#CCCCCC"/>
</radialGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Sand Dunes -->
<path d="M0,180 C80,160 220,200 300,170 L300,300 L0,300 Z" fill="url(#sandGrad)" />
<!-- Cactus Silhouette -->
<g transform="translate(30,180)">
<path d="M20,100 C20,60 40,60 40,100 C60,100 60,40 80,40 C80,0 100,0 100,40 C120,40 120,80 100,80 L100,140 L80,140 L80,80 C60,80 60,100 40,100 C40,140 20,140 20,100 Z" fill="#2E8B57"/>
</g>
<!-- Tree Branch -->
<path d="M80,100 C100,90 140,110 200,80" stroke="#8B4513" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- Hanging String -->
<path d="M200,80 C200,100 170,110 155,130" stroke="#444" stroke-width="2" fill="none"/>
<!-- Melting Clock -->
<g transform="translate(145,130) rotate(10)">
<!-- Clock Body -->
<path d="M0,0
C50,-10 80,20 70,60
C85,70 75,100 45,90
C30,105 5,95 0,80
C-20,80 -25,40 0,0 Z" fill="url(#clockGrad)" stroke="#333" stroke-width="2"/>
<!-- Rim Highlight -->
<ellipse cx="35" cy="50" rx="40" ry="45" fill="none" stroke="#888" stroke-width="1" stroke-dasharray="4 2"/>
<!-- Numerals -->
<text x="40" y="10" font-size="8" fill="#333" text-anchor="middle">XII</text>
<text x="75" y="50" font-size="8" fill="#333" text-anchor="middle">III</text>
<text x="40" y="90" font-size="8" fill="#333" text-anchor="middle">VI</text>
<text x="-5" y="50" font-size="8" fill="#333" text-anchor="middle">IX</text>
<!-- Hands -->
<line x1="35" y1="50" x2="50" y2="40" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<line x1="35" y1="50" x2="30" y2="30" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<!-- Drips -->
<path d="M45,85 C48,95 40,100 38,90 C36,100 30,98 30,88 Z" fill="#e0e0e0" stroke="#ccc" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt with a clear representation of a melting clock hanging from a tree branch in a desert setting.
The design is more detailed, with a visible and identifiable clock structure and a desert landscape.
Player 1's submission lacks clarity and detail in depicting the clock and the tree branch, making it less effective in meeting the prompt's requirements.
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 juggling glowing lanterns under a starry sky."
"Two penguins sword-fighting with candy canes on an iceberg under northern lights."