Creative Challenge
"A melting clock perched on a mushroom under a starlit sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#0B1026"/>
<stop offset="100%" stop-color="#1B2452"/>
</radialGradient>
<linearGradient id="melt" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D4AF37"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="30" r="1.5"/>
<circle cx="150" cy="20" r="2"/>
<circle cx="250" cy="40" r="1.5"/>
<circle cx="80" cy="60" r="1"/>
<circle cx="200" cy="70" r="1.8"/>
<circle cx="280" cy="90" r="1.2"/>
<circle cx="30" cy="100" r="1.3"/>
</g>
<!-- Mushroom stem -->
<path d="M130 200 C130 200, 150 180, 170 200 L160 260 L140 260 Z" fill="#F5DEB3"/>
<!-- Mushroom cap -->
<path d="M100 200 C100 160, 200 160, 200 200 S180 220, 150 220 S100 220, 100 200" fill="#B22222"/>
<circle cx="120" cy="190" r="8" fill="#FFF" opacity="0.5"/>
<circle cx="140" cy="180" r="6" fill="#FFF" opacity="0.4"/>
<circle cx="170" cy="185" r="7" fill="#FFF" opacity="0.6"/>
<!-- Melting clock -->
<g transform="translate(150,180) rotate(-15)">
<circle cx="0" cy="0" r="40" fill="#F4A460" stroke="#8B4513" stroke-width="3"/>
<path d="M0 0 C20 10, 40 40, 60 80 S30 100, 0 120" fill="url(#melt)" stroke="#8B4513" stroke-width="2"/>
<circle cx="0" cy="0" r="35" fill="none" stroke="#8B4513" stroke-width="2"/>
<line x1="0" y1="0" x2="0" y2="-25" stroke="#000" stroke-width="3"/>
<line x1="0" y1="0" x2="15" y2="10" stroke="#000" stroke-width="4"/>
<g fill="#000" font-family="Arial" font-weight="bold">
<text x="-5" y="-20" font-size="8">12</text>
<text x="20" y="5" font-size="8">3</text>
<text x="-5" y="25" font-size="8">6</text>
<text x="-25" y="5" font-size="8">9</text>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Night sky with stars -->
<defs>
<!-- Gradient for sky -->
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<!-- Gradient for moon -->
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffdd0"/>
<stop offset="100%" stop-color="#f0e68c"/>
</radialGradient>
<!-- Gradient for mushroom cap -->
<linearGradient id="capGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#b22222"/>
<stop offset="100%" stop-color="#8b0000"/>
</linearGradient>
<!-- Gradient for mushroom stem -->
<linearGradient id="stemGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f5deb3"/>
<stop offset="100%" stop-color="#deb887"/>
</linearGradient>
<!-- Gradient for melting clock -->
<linearGradient id="clockGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffe4b5"/>
<stop offset="100%" stop-color="#ffd700"/>
</linearGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Stars -->
<g fill="white" opacity="0.8">
<circle cx="30" cy="50" r="1.5"/>
<circle cx="80" cy="70" r="1"/>
<circle cx="150" cy="40" r="2"/>
<circle cx="220" cy="60" r="1.2"/>
<circle cx="270" cy="80" r="1.8"/>
<circle cx="60" cy="150" r="1"/>
<circle cx="120" cy="180" r="1.3"/>
<circle cx="200" cy="130" r="2"/>
<circle cx="250" cy="200" r="1.5"/>
<circle cx="100" cy="220" r="1.2"/>
<circle cx="180" cy="250" r="1.8"/>
</g>
<!-- Moon -->
<circle cx="50" cy="50" r="20" fill="url(#moonGrad)" opacity="0.9"/>
<!-- Mushroom -->
<!-- Stem -->
<ellipse cx="220" cy="220" rx="20" ry="30" fill="url(#stemGrad)" stroke="#8b4513" stroke-width="1"/>
<!-- Cap -->
<ellipse cx="220" cy="200" rx="40" ry="20" fill="url(#capGrad)" stroke="#8b0000" stroke-width="2"/>
<!-- Gills / underside of cap -->
<path d="M180,200 Q200,170 220,200 Q200,190 180,200" fill="#a0522d" opacity="0.7"/>
<!-- Shelves of gills -->
<line x1="200" y1="180" x2="240" y2="180" stroke="#654321" stroke-width="1"/>
<line x1="210" y1="170" x2="230" y2="170" stroke="#654321" stroke-width="1"/>
<line x1="220" y1="165" x2="220" y2="185" stroke="#654321" stroke-width="1"/>
<!-- Melting clock on mushroom -->
<!-- Clock face -->
<g transform="translate(220, 150)">
<circle cx="0" cy="0" r="30" fill="url(#clockGrad)" stroke="#8B0000" stroke-width="2"/>
<!-- Clock hands -->
<line x1="0" y1="0" x2="0" y2="-15" stroke="#000" stroke-width="2"/>
<line x1="0" y1="0" x2="10" y2="0" stroke="#000" stroke-width="2"/>
<!-- Melting drips -->
<path d="M -10,20 Q -12,25 -8,27 Q -12,29 -10,34 Q -8,29 -6,34 Q -4,29 -2,34 Q 0,29 2,34 Q 4,29 6,34 Q 8,29 10,34" fill="#ffe4b5"/>
</g>
<!-- Melting clock drips (additional) -->
<path d="M 200,150 Q 195,160 210,165 Q 200,170 205,180 Q 210,170 215,180 Q 210,165 220,180" fill="#ffe4b5" opacity="0.8"/>
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt with a clear depiction of a melting clock perched on a mushroom under a starlit sky.
The melting effect is more pronounced, and the composition is more visually appealing with a better use of contrast and detail.
Player 2's submission, while creative, lacks the melting effect and is less polished in its execution of the theme.
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 planets under a starry sky."
"A dragon blowing bubbles instead of fire."
"A snail racing against a cheetah across a winding rainbow road."
"An octopus juggling colorful planets under a starry sky."