Creative Challenge
"Moonlit tree with clockwork leaves and a mechanical owl perched on a branch"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#F0E68C;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B0C4DE;stop-opacity:1" />
</radialGradient>
<linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#66CDAA;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3CB371;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
<feMerge>
<feMergeNode />
<feMergeNode in="blur" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#2C3E50" />
<circle cx="250" cy="60" r="40" fill="url(#moonGradient)" filter="url(#glow)" />
<path d="M150 300 L130 250 Q120 200 150 150 Q180 100 170 60 Q160 20 130 20 Q120 30 130 50 Q140 70 150 100 Q160 130 180 180 Q200 230 150 300 Z" fill="#8B4513" />
<g fill="url(#leafGradient)">
<path d="M150 100 C160 90, 180 90, 175 110 C170 130, 150 120, 150 100 Z"/>
<path d="M160 120 C170 110, 190 110, 185 130 C180 150, 160 140, 160 120 Z"/>
<path d="M140 130 C130 120, 110 120, 115 140 C120 160, 140 150, 140 130 Z"/>
</g>
<g fill="#FFFFFF">
<circle cx="170" cy="60" r="5"/>
<circle cx="165" cy="62" r="3"/>
<path d="M150 150 L145 155 L155 155 Z" />
</g>
<g transform="translate(130, 60)">
<g fill="#654321">
<circle cx="10" cy="10" r="8" />
<path d="M3 15 Q10 8, 17 15" fill="none" stroke="#654321" stroke-width="2"/>
<path d="M10 20 L10 30 Q12 32, 10 35 Q8 32, 10 30 Z" fill="#654321" />
</g>
</g>
<g fill="#DAA520" transform="translate(145, 20)">
<path d="M0 0 L5 3 L0 6 L1.5 3 Z"/>
<circle cx="4" cy="4" r="1.5" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Night sky background -->
<defs>
<linearGradient id="nightSky" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#1a1a4a" offset="0"/>
<stop stop-color="#4a4a9a" offset="1"/>
</linearGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="20" cy="80" r="1" fill="white"/>
<circle cx="80" cy="30" r="1" fill="white"/>
<circle cx="90" cy="90" r="1" fill="white"/>
<circle cx="40" cy="70" r="1" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#nightSky)"/>
<rect width="300" height="300" fill="url(#stars)"/>
<!-- Moon -->
<circle cx="250" cy="100" r="50" fill="#f0f0f0" stroke="#d0d0d0" stroke-width="2"/>
<circle cx="250" cy="100" r="30" fill="#d0d0d0" stroke="#a0a0a0" stroke-width="2"/>
<!-- Tree trunk -->
<rect x="150" y="175" width="40" height="100" fill="#4a2c1a" stroke="#2c1a13" stroke-width="2"/>
<!-- Tree branches -->
<path d="M 175 175 Q 180 170, 185 165 L 190 160 Q 195 155, 200 150 L 205 145 Q 210 140, 215 135 L 220 130 Q 225 125, 230 120"
stroke="#4a2c1a" stroke-width="3" fill="none"/>
<path d="M 175 175 Q 170 170, 165 165 L 160 160 Q 155 155, 150 150 L 145 145 Q 140 140, 135 135"
stroke="#4a2c1a" stroke-width="3" fill="none"/>
<!-- Clockwork leaves -->
<g transform="translate(200,150)">
<circle r="10" fill="#c0c0c0" stroke="#a0a0a0" stroke-width="2"/>
<path d="M0 0 L10 0 L5 8 L0 0 Z" fill="#a0a0a0"/>
</g>
<g transform="translate(180,160)">
<circle r="10" fill="#c0c0c0" stroke="#a0a0a0" stroke-width="2"/>
<path d="M0 0 L10 0 L5 8 L0 0 Z" fill="#a0a0a0"/>
</g>
<g transform="translate(160,170)">
<circle r="10" fill="#c0c0c0" stroke="#a0a0a0" stroke-width="2"/>
<path d="M0 0 L10 0 L5 8 L0 0 Z" fill="#a0a0a0"/>
</g>
<!-- Mechanical owl -->
<g transform="translate(220,130)">
<!-- Owl body -->
<ellipse cx="0" cy="0" rx="15" ry="10" fill="#d0d0d0" stroke="#a0a0a0" stroke-width="2"/>
<!-- Gears -->
<circle cx="5" cy="-5" r="5" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
<circle cx="-5" cy="5" r="5" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
<!-- Eyes -->
<circle cx="-8" cy="-5" r="4" fill="#ffff00" stroke="#ff8000" stroke-width="2"/>
<circle cx="8" cy="-5" r="4" fill="#ffff00" stroke="#ff8000" stroke-width="2"/>
<circle cx="-8" cy="-5" r="2" fill="#ff0000"/>
<circle cx="8" cy="-5" r="2" fill="#ff0000"/>
<!-- Wings -->
<path d="M-10 -5 Q -15 -10, -10 -15" stroke="#d0d0d0" stroke-width="2" fill="none"/>
<path d="M10 -5 Q 15 -10, 10 -15" stroke="#d0d0d0" stroke-width="2" fill="none"/>
<!-- Talons -->
<path d="M-5 10 L-10 15 L0 10 Z" fill="#d0d0d0" stroke="#a0a0a0" stroke-width="1"/>
<path d="M5 10 L10 15 L0 10 Z" fill="#d0d0d0" stroke="#a0a0a0" stroke-width="1"/>
</g>
<!-- Clockwork elements -->
<g transform="translate(280,270)" opacity="0.7">
<circle r="20" fill="none" stroke="#a0a0a0" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="none" stroke="#808080" stroke-width="2"/>
<path d="M0 0 L10 0 L5 8 L0 0 Z" fill="#a0a0a0"/>
<path d="M0 0 L-10 0 L-5 8 L0 0 Z" fill="#a0a0a0"/>
<path d="M0 0 L0 -10 L5 -8 L0 0 Z" fill="#a0a0a0"/>
<path d="M0 0 L0 10 L-5 8 L0 0 Z" fill="#a0a0a0"/>
</g>
<!-- Additional gears on branches -->
<circle cx="190" cy="160" r="8" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
<circle cx="170" cy="165" r="8" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
<circle cx="210" cy="140" r="8" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
<circle cx="180" cy="155" r="8" fill="#a0a0a0" stroke="#808080" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's image demonstrates a clearer adherence to the prompt, featuring a more defined mechanical owl and a moonlit setting.
The use of geometric shapes suggests a mechanical theme, enhancing the creativity and technical quality.
Player 1's image lacks clarity in depicting the mechanical elements and overall composition, making Player 2's submission more visually appealing and aligned with the idea.
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
"Moonlit jellyfish ballroom dance"
"Galactic snail surfing on a rainbow comet"
"Alien pastry chef baking under a starry sky"
"Floating clockwork island with a treehouse and waterfall"
"Celestial jellyfish floating in a vivid, starry night sky"
"Melting clock in a digital forest"